smaller headline on mobile devices
This commit is contained in:
parent
1b249463d0
commit
286131093e
@ -103,6 +103,17 @@ footer {
|
|||||||
@media screen and (max-width: 600) {
|
@media screen and (max-width: 600) {
|
||||||
.span3 { @include reset-columns}
|
.span3 { @include reset-columns}
|
||||||
.span3_omega { @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 {
|
#overview {
|
||||||
|
Loading…
Reference in New Issue
Block a user