Browse Source

Make the h1 smaller on tiny screen

pull/2/merge
Viljami S 13 years ago
parent
commit
2c68dd3d74
  1. 8
      example/styles.css

8
example/styles.css

@ -120,3 +120,11 @@ a:active {
.footer { .footer {
font-size: 11px; font-size: 11px;
} }
@media screen and (max-width: 600px) {
h1 {
font: 30px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
}
Loading…
Cancel
Save