mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Improve font size responsiveness, add ship size
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user