From 8349236f8c322c048ca22e65ed797f2f35e9949e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 21:12:48 -0700 Subject: Twerk lead font-size for mobile devices --- less/type.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'less') 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); + } } -- cgit v1.2.3