herosection erstellt

This commit is contained in:
2026-03-04 22:01:49 +01:00
parent ce8cb07834
commit 79c71fcf45
28 changed files with 633 additions and 105 deletions

View File

@@ -12,4 +12,10 @@ $breakpoints: (
@media (width >=map.get($breakpoints, $size)) {
@content;
}
}
@mixin container-wrapper {
max-width: 1200px;
margin: auto;
padding-inline: 20px;
}