From 6c8472dd675bab104a429cdf33b6095465001962 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 27 Jan 2014 17:55:38 +0000 Subject: [PATCH] Make strapline smaller on mobile --- docs/css/fig.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/css/fig.css b/docs/css/fig.css index 381c47ad7..4d8a02818 100644 --- a/docs/css/fig.css +++ b/docs/css/fig.css @@ -158,11 +158,17 @@ a.btn:hover { } .strapline { - font-size: 40px; - display: block; - line-height: 1.2; - margin-top: 25px; - margin-bottom: 35px; + font-size: 30px; +} + +@media (min-width: 768px) { + .strapline { + font-size: 40px; + display: block; + line-height: 1.2; + margin-top: 25px; + margin-bottom: 35px; + } } strong {