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

@@ -1,5 +1,14 @@
#outfit {
font-size: 1.1em;
// iPads Landscape
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
& {
font-size: 0.95em;
}
}
width: 64em;
margin: 0 auto;
.user-select-none();