Change the CSS property grid-gap to gap

This commit is contained in:
Denevola 2022-11-03 14:08:27 +09:00
parent f14157e91f
commit 988aef15ce
3 changed files with 3 additions and 3 deletions

View file

@ -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);