diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 19:55:05 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2024-12-10 19:55:05 +0100 |
| commit | a5955c32fb3b22e37769df49196ddab7b7d53b7d (patch) | |
| tree | a1c8f7eca8e87b3c3d836ff3effa2f6a2183278d /scss | |
| parent | 9b6819f25fc860ea1c2dc84b61b7576b73aaa78c (diff) | |
feat(custom): support links
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 7 |
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; + } + } } |
