Improve font size responsiveness, add ship size

This commit is contained in:
Colin McLeod
2015-05-27 01:47:21 -07:00
parent 9c9737f978
commit 013f5e037a
4 changed files with 20 additions and 19 deletions

View File

@@ -35,20 +35,6 @@ div, a, li {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
// iPads Landscape
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
body {
font-size: 0.9em;
}
}
// iPads Portrait
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
body {
font-size: 0.9em;
}
}
#main {
margin: 0;
padding: 0.5em 0.25em;