< Template:Home | DidYouKnow
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: space-evenly; | 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: '💾';
}