fix: add benefits block

This commit is contained in:
Christel Westerberg
2024-04-10 10:10:19 +02:00
parent 8ca4767806
commit c398309cdd
10 changed files with 183 additions and 32 deletions

View File

@@ -110,7 +110,7 @@
.challenges {
gap: 2.6rem 1.5rem;
grid-template-areas:
"header header"
"header header"
"section aside";
grid-template-columns: 1fr 16.6rem;
}