events-grid - set image to cover (calculate height)
This commit is contained in:
parent
8a1f9370dd
commit
480a64f0b8
10 changed files with 51 additions and 26 deletions
|
|
@ -1,7 +1,8 @@
|
|||
.hero {
|
||||
--padding-vertical: calc(var(--space-m) / 1.5);
|
||||
display: grid;
|
||||
grid-template-columns: 2fr 3fr;
|
||||
padding: 2.5rem;
|
||||
column-gap: calc(var(--space-m) / 2);
|
||||
}
|
||||
|
||||
.hero__text h2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue