mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
More responsive outfitting screen (still work to do though).
This commit is contained in:
@@ -16,6 +16,18 @@
|
||||
padding-left: 0.5em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
width: 50%;
|
||||
|
||||
h1 {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 610px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.slot {
|
||||
|
||||
Reference in New Issue
Block a user