fix css for mobile browsers

This commit is contained in:
Jörg Thalheim 2012-07-21 20:07:00 +02:00
parent ac03a73e2f
commit 719262c28b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {