aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/main.scss18
1 files changed, 14 insertions, 4 deletions
diff --git a/scss/main.scss b/scss/main.scss
index ca9abc5..7b90f36 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -144,6 +144,19 @@ li {
align-items: normal;
gap: 0.5rem;
}
+ & nav {
+ display: flex;
+ gap: 1rem;
+ @media only screen and (max-width: vars.$bp-little) {
+ margin-bottom: 1rem;
+ }
+ }
+ & .header__title {
+ margin-bottom: 1rem;
+ @media only screen and (max-width: vars.$bp-little) {
+ margin-bottom: 0.25rem;
+ }
+ }
}
.presentation {
@@ -254,10 +267,7 @@ li {
}
.custom-page {
- & h2 {
- margin-bottom: 1rem;
- }
- & h3 {
+ & h2, h3 {
margin-bottom: 0.5rem;
}
& .links {