mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 09:41:11 +00:00
Fixes #10436: use screen-sm var instead of hardcoded pixel value
This commit is contained in:
parent
5773638329
commit
34f1487146
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user