add spacing for .section that is next to .section__actions
This commit is contained in:
parent
f2ebf2bbf4
commit
af0257c0d7
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: var(--spacing-large);
|
margin-top: var(--spacing-large);
|
||||||
|
|
||||||
|
~ .section {
|
||||||
|
margin-top: var(--spacing-large);
|
||||||
|
}
|
||||||
|
|
||||||
&:only-child,
|
&:only-child,
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in a new issue