From 55b161a7ec6c36ffcd93ab730380a13982dc137d Mon Sep 17 00:00:00 2001 From: Adrien Allard Date: Mon, 10 Jun 2024 18:20:12 +0200 Subject: [PATCH] fix: smaller margin between frog and titles --- src/lib/section.html | 2 +- src/lib/section.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/section.html b/src/lib/section.html index a45b254..122784d 100644 --- a/src/lib/section.html +++ b/src/lib/section.html @@ -3,7 +3,7 @@ id, title_picture, title_picture_hover = None, - title_picture_offset = "20px", + title_picture_offset = "0px", title_color = "var(--color-text)") -%}
diff --git a/src/lib/section.scss b/src/lib/section.scss index 7bde888..ceac9a5 100644 --- a/src/lib/section.scss +++ b/src/lib/section.scss @@ -22,14 +22,14 @@ background: transparent; position: relative; - margin-top: 120px; + margin-top: 110px; align-self: center; &::before { z-index: -1; position: absolute; - top: -120px; + top: -110px; left: var(--picture-offset); width: 150px; height: 125px;