From 719262c28b04db27995ef28525832704e7fe3764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 21 Jul 2012 20:07:00 +0200 Subject: [PATCH] fix css for mobile browsers --- source/stylesheets/site.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index dc0b128..8b178ba 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -6,7 +6,7 @@ $ninesixty_columns: 12; h1 { font-family: 'Lobster', Georgia, Times, serif; - font-size: 5em; + font-size: 3em; } body { @@ -36,7 +36,6 @@ a { text-decoration:none; &:hover { font-weight:bold; - color: $orange; } } @@ -45,6 +44,7 @@ header { a { margin-right: 10px; } + margin-bottom: 1em; } footer {