mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
heightmap selection - fix style on mobile
This commit is contained in:
parent
c9fd598c9c
commit
ab160e609c
1 changed files with 10 additions and 0 deletions
|
|
@ -79,6 +79,16 @@ function appendStyleSheet() {
|
||||||
justify-items: start;
|
justify-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.heightmap-selection_options {
|
||||||
|
grid-template-columns: 3fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
.heightmap-selection_options > div:first-child {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.heightmap-selection_options > div:last-child {
|
.heightmap-selection_options > div:last-child {
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue