Use content-padding-half constant

This commit is contained in:
2018-11-21 16:43:41 +09:00
parent 7650137b4d
commit 45661b786c
14 changed files with 19 additions and 18 deletions

View File

@ -3,7 +3,7 @@ const group-padding-x = 0.75rem
.groups
display grid
grid-gap calc(content-padding / 2)
grid-gap content-padding-half
// grid-template-columns repeat(auto-fill, min(100%, 520px))
// justify-content center