< Template:Home | DidYouKnow
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
.factlist li + li { | .factlist li + li { | ||
margin-top: | margin-top: 1em; | ||
} | } | ||
Line 12: | Line 12: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: space- | justify-content: space-evenly; | ||
padding | padding: 0 20px; | ||
} | } | ||
Latest revision as of 09:53, 13 October 2023
#DidYouKnow { display: flex; flex-direction: column; } .factlist li + li { margin-top: 1em; } .factlist { display: flex; flex-direction: column; justify-content: space-evenly; padding: 0 20px; } .factlist li::marker { content: '💾'; }