From 286131093e363c7498629c951b247c52ecea3ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 26 Aug 2012 17:11:22 +0200 Subject: [PATCH] smaller headline on mobile devices --- source/stylesheets/site.css.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index cd2d419..e54198d 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -103,6 +103,17 @@ footer { @media screen and (max-width: 600) { .span3 { @include reset-columns} .span3_omega { @include reset-columns} + dd { margin-left: 1em;} +} +@media screen and (max-width: 480) { + h1 { + font-size: 2em; + line-height: 1em; + } + h2 { + font-size: 1.5em; + line-height: 1em; + } } #overview {