Fixes for sub-350px screens (eg: really old iPhones)

This commit is contained in:
Maverick
2015-06-04 20:48:03 +10:00
parent cc1018c62c
commit 40d026c7cd
2 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ a.ship {
text-align: right;
.user-select-none();
@media screen and (max-width: 350px) {
width: 16em;
}
h2 {
width: 100%;
margin: 0;