fix: smaller margin between frog and titles

This commit is contained in:
Adrien Allard 2024-06-10 18:20:12 +02:00
parent 14d80a2ca6
commit 55b161a7ec
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
id,
title_picture,
title_picture_hover = None,
title_picture_offset = "20px",
title_picture_offset = "0px",
title_color = "var(--color-text)")
-%}
<div class="section">

View File

@ -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;