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;