Update index.html

This commit is contained in:
Scott Wallace 2014-05-15 11:18:24 +01:00
parent 69c83b3179
commit d3c42740b1

View file

@ -99,7 +99,7 @@
text-align: right;
}
@media only screen and (max-device-width:480px) {
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
h1#sticker {
font-size: 3em;
}