mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08: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
|
@ -61,7 +61,7 @@ defineEmits(['playthis']);
|
|||
display: flex;
|
||||
align-items: center;
|
||||
min-height: 3.55rem;
|
||||
grid-column-gap: 0.4rem;
|
||||
column-gap: 0.4rem;
|
||||
padding: 0.4rem;
|
||||
margin: 0.125rem;
|
||||
border-radius: 0.25rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue