mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
reduce gap
This commit is contained in:
parent
f56bd0f586
commit
8b1778cb93
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ function appendStyleSheet() {
|
||||||
.heightmap-selection_container {
|
.heightmap-selection_container {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
|
||||||
grid-gap: 8px;
|
grid-gap: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
|
@ -103,6 +103,7 @@ function appendStyleSheet() {
|
||||||
@media (min-width: 2000px) {
|
@media (min-width: 2000px) {
|
||||||
.heightmap-selection_container {
|
.heightmap-selection_container {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
||||||
|
grid-gap: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue