parts: hero: bottom margins

This commit is contained in:
He4eT 2025-04-19 04:43:58 +02:00 committed by Alexey
commit c61d1187d0

View file

@ -7,6 +7,7 @@
padding: calc(0.5 * var(--step)); padding: calc(0.5 * var(--step));
--hero-border: calc(0.5 * var(--step)) solid var(--color-inactive); --hero-border: calc(0.5 * var(--step)) solid var(--color-inactive);
margin-block-end: calc(4 * var(--step));
font-family: Xecut; font-family: Xecut;
font-size: calc(3 * var(--step)); font-size: calc(3 * var(--step));
@ -16,6 +17,9 @@
flex-direction: row-reverse; flex-direction: row-reverse;
align-items: normal; align-items: normal;
padding: 0;
margin-block-end: calc(0 * var(--step));
font-size: calc(2 * var(--step)); font-size: calc(2 * var(--step));
} }
} }