< Template:Home | DidYouKnow
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
#DidYouKnow { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.factlist li + li { | .factlist li + li { | ||
margin-top: | margin-top: 1em; | ||
} | } | ||
.factlist { | .factlist { | ||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-evenly; | |||
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: '💾';
}