mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Improve font size responsiveness, add ship size
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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