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

@ -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 {