< Template:Home | DidYouKnow
#DidYouKnow {
display: flex;
flex-direction: column;
}
.factlist li + li {
margin-top: 1em;
}
.factlist {
display: flex;
flex-direction: column;
justify-content: space-around;
padding-left: 20px;
padding-right: 20px;
}
.factlist li::marker {
content: '💾';
}