1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fixes #10436: use screen-sm var instead of hardcoded pixel value

This commit is contained in:
Mark Otto 2013-09-04 09:08:52 -07:00
parent 5773638329
commit 34f1487146

View file

@ -15,7 +15,7 @@ p {
font-weight: 200;
line-height: 1.4;
@media (min-width: 768px) {
@media (min-width: @screen-sm) {
font-size: (@font-size-base * 1.5);
}
}