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

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