2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03: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
+1 -1
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);
}
}