aboutsummaryrefslogtreecommitdiff
path: root/scss/main.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 19:55:05 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2024-12-10 19:55:05 +0100
commita5955c32fb3b22e37769df49196ddab7b7d53b7d (patch)
treea1c8f7eca8e87b3c3d836ff3effa2f6a2183278d /scss/main.scss
parent9b6819f25fc860ea1c2dc84b61b7576b73aaa78c (diff)
feat(custom): support links
Diffstat (limited to 'scss/main.scss')
-rw-r--r--scss/main.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 6c1f316..bef8c81 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -247,4 +247,11 @@ h4 {
& ul {
list-style: disc inside;
}
+ & .links {
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
}