fix: smaller margin between frog and titles
This commit is contained in:
parent
14d80a2ca6
commit
55b161a7ec
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue