feat(custom): better list style

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-10 21:30:08 +01:00
parent 0149f9905c
commit e4bdf68646
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5

View file

@ -119,6 +119,15 @@ h4 {
font-size: 1.35rem;
}
ul {
list-style: disc inside;
margin-bottom: 1rem;
}
li {
margin-bottom: 0.25rem;
}
.header {
display: flex;
align-items: center;
@ -244,9 +253,6 @@ h4 {
& h3 {
margin-bottom: 0.5rem;
}
& ul {
list-style: disc inside;
}
& .links {
margin-top: 1rem;
margin-bottom: 1rem;