diff options
| author | Zlatan Vasović <[email protected]> | 2013-09-11 10:38:42 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-09-11 10:38:42 +0200 |
| commit | 50fcaba24f1836aea26bd928156ec9ab0740bff2 (patch) | |
| tree | 07d54fd1a7f5b699d918ba82fe5fcc015e725b3b | |
| parent | d9613268b00093d319a14be121c6bd608b02d176 (diff) | |
| download | bootstrap-50fcaba24f1836aea26bd928156ec9ab0740bff2.tar.xz bootstrap-50fcaba24f1836aea26bd928156ec9ab0740bff2.zip | |
The last
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 9a6656b63..5ad6a4669 100644 --- a/less/type.less +++ b/less/type.less @@ -15,7 +15,7 @@ p { font-weight: 200; line-height: 1.4; - @media (min-width: @screen-sm) { + @media (min-width: @screen-sm-min) { font-size: (@font-size-base * 1.5); } } |
