mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
parts: hero: bottom margins
This commit is contained in:
parent
e03c4a5ab1
commit
c61d1187d0
1 changed files with 4 additions and 0 deletions
|
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue