Remove <p> font

This commit is contained in:
Mandar
2021-07-12 18:47:28 +02:00
parent c31b13cb68
commit 9ebd92c3ca
14 changed files with 142 additions and 222 deletions

View File

@@ -680,6 +680,18 @@ button {
* {
color: $black-light;
}
section > ul {
display: flex;
flex-flow: row wrap;
padding: 0.25rem 0 0.25rem 1rem;
li {
flex: 50%;
padding: 0;
padding-right: 1rem;
margin: 0;
list-style-type: square;
}
}
&:before {
z-index: -2;
content: "";