mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Change the CSS property grid-gap to gap
This commit is contained in:
parent
f14157e91f
commit
988aef15ce
3 changed files with 3 additions and 3 deletions
|
@ -114,7 +114,7 @@ onMounted(get);
|
|||
display: grid;
|
||||
grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
|
||||
grid-auto-rows: 1fr;
|
||||
grid-gap: 0.125rem;
|
||||
gap: 0.125rem;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
.btn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue