Tweak dl element's grid-gap

This commit is contained in:
Leilukin 2024-01-12 21:31:44 +08:00 committed by Helen Chong
parent 4c50770654
commit 019cc9f974

View File

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