Commit 34f14871 authored by Mark Otto's avatar Mark Otto

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

parent 57736383
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment