aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 21:30:08 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 21:30:08 +0100
commite4bdf68646fd5dde4a936ae4e5068757a581294a (patch)
treed9f0c031dc3358115f8236f980687f692163da40 /scss
parent0149f9905c2830441d9ccfeccbb02e4ebf60a0d8 (diff)
feat(custom): better list style
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/scss/main.scss b/scss/main.scss
index bef8c81..516291f 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -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;