Set #content_body grid-gap to get both row and column gaps.
This commit is contained in:
parent
a75540ce25
commit
42be44a509
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ body
|
|||
grid-area: content_body;
|
||||
display: grid;
|
||||
grid-auto-rows: min-content;
|
||||
grid-column-gap: 8px;
|
||||
grid-gap: 8px;
|
||||
|
||||
margin: 8px;
|
||||
margin-top: 0;
|
||||
|
|
Loading…
Reference in a new issue