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:
parent
5773638329
commit
34f1487146
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue