aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to '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;
+ }
+ }
}