aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus@anhgelus.world>2024-12-10 20:47:56 +0100
committerGitHub <noreply@github.com>2024-12-10 20:47:56 +0100
commit0149f9905c2830441d9ccfeccbb02e4ebf60a0d8 (patch)
tree52ffaeaea8534a2f4771a2c8a353b37f6a97f566 /scss
parent730ec347582289efbc0cd1c48e4c243d4c4920d6 (diff)
parent40fe301b5462b84e06747ff30add26b4259d38a4 (diff)
Merge pull request #1 from anhgelus/feat/custom-page
[Feat] Custom page
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index bd22152..bef8c81 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -236,3 +236,22 @@ h4 {
padding: 0 2rem 1rem 2rem;
border-radius: 32px;
}
+
+.custom-page {
+ & h2 {
+ margin-bottom: 1rem;
+ }
+ & h3 {
+ margin-bottom: 0.5rem;
+ }
+ & ul {
+ list-style: disc inside;
+ }
+ & .links {
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ &:last-child {
+ margin-bottom: 0;
+ }
+ }
+}