Template:Home/DidYouKnow/styles.css

Template page
Revision as of 10:53, 13 October 2023 by Timothy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#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: '💾';
}