mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Fixes for sub-350px screens (eg: really old iPhones)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user