diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 5c5dc5cc6..0acb7f35d 100644 --- a/less/type.less +++ b/less/type.less @@ -11,9 +11,13 @@ p { } .lead { margin-bottom: @line-height-computed; - font-size: (@font-size-base * 1.5); + font-size: (@font-size-base * 1.15); font-weight: 200; line-height: 1.4; + + @media (min-width: 768px) { + font-size: (@font-size-base * 1.5); + } } |
