fix: smaller margin between frog and titles
This commit is contained in:
parent
14d80a2ca6
commit
55b161a7ec
|
|
@ -3,7 +3,7 @@
|
||||||
id,
|
id,
|
||||||
title_picture,
|
title_picture,
|
||||||
title_picture_hover = None,
|
title_picture_hover = None,
|
||||||
title_picture_offset = "20px",
|
title_picture_offset = "0px",
|
||||||
title_color = "var(--color-text)")
|
title_color = "var(--color-text)")
|
||||||
-%}
|
-%}
|
||||||
<div class="section">
|
<div class="section">
|
||||||
|
|
|
||||||
|
|
@ -22,14 +22,14 @@
|
||||||
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 120px;
|
margin-top: 110px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -120px;
|
top: -110px;
|
||||||
left: var(--picture-offset);
|
left: var(--picture-offset);
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 125px;
|
height: 125px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue