smaller headline on mobile devices

This commit is contained in:
Jörg Thalheim 2012-08-26 17:11:22 +02:00
parent 1b249463d0
commit 286131093e
1 changed files with 11 additions and 0 deletions

View File

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