mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +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
|
@ -353,7 +353,7 @@ img {
|
|||
.bars-wrap {
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
grid-column-gap: 0.15rem;
|
||||
column-gap: 0.15rem;
|
||||
height: 2.75rem;
|
||||
width: 2.75rem;
|
||||
transform: rotateZ(180deg) scale(0.65);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue