Merged in feat/SW-1388-startpage-header (pull request #1203)

feat(SW-1388): add hero image and heading to startpage

* feat(SW-1388): add hero image and heading to startpage

* fix(SW-1388): spacing variables for padding

* fix(SW-1388): use inset value instead


Approved-by: Erik Tiekstra
This commit is contained in:
Christian Andolf
2025-01-24 13:04:19 +00:00
parent a88a033e30
commit 3579ada786
6 changed files with 98 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
.container {
width: 100%;
max-width: var(--max-width);
margin-left: auto;
margin-right: auto;
}