Template:Home/DidYouKnow/styles.css: Difference between revisions

Template page
No edit summary
Tag: Manual revert
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
#DidYouKnow {
#DidYouKnow {
     border: 1px solid #f81472;
     display: flex;
     border-radius: 15px;
     flex-direction: column;
    padding-bottom: 20px;
}
}


.factlist li + li {
.factlist li + li {
     margin-top: 10px;
     margin-top: 1em;
}
}


.factlist {
.factlist {
     padding-left: 20px;
     display: flex;
padding-right: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 20px;
}
 
.factlist li::marker {
  content: '💾';
}
}

Latest revision as of 10: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: '💾';
}