Tweak dl element's grid-gap

This commit is contained in:
Helen Chong 2024-01-12 21:31:44 +08:00
parent 88e6890ab9
commit 7b1532d194
1 changed files with 3 additions and 1 deletions

View File

@ -216,9 +216,11 @@ summary {
cursor: pointer; cursor: pointer;
} }
dl { dl {
display: grid; display: grid;
grid-gap: 0.4rem 1rem; grid-gap: 0.5rem 1rem;
grid-template-columns: max-content; grid-template-columns: max-content;
} }