mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 08:50:52 +00:00
Tweak dl element's grid-gap
This commit is contained in:
parent
88e6890ab9
commit
7b1532d194
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user