Change <ul> and <li> styling

This commit is contained in:
Benjamin 2023-02-11 19:10:52 +01:00
parent 9e90bfce36
commit 74f7d2875e

View file

@ -45,6 +45,15 @@
line-height: 1.6;
}
ul {
list-style-type: "-";
padding-left: 1.5em;
}
li {
padding-left: 0.25em;
}
h3 {
display: flex;
justify-content: space-between;