change aboutUs to about

This commit is contained in:
Niklas 2025-06-27 15:28:43 +02:00
parent 873fb28045
commit e7fd86d04c
4 changed files with 16 additions and 14 deletions

View file

@ -0,0 +1,19 @@
.mainbox {
/* TODO header height variablen anpassen sobald PR für header durch ist*/
margin-top: var(--Header-height);
min-height: calc(100vh - var(--Header-height));
}
@media screen and (min-width: 768px) {
.mainbox {
margin-top: var(--Header-height);
}
}
/* TODO Entfernen vor final*/
.test {
height: 100vh;
width: 100vw;
color: aqua;
background-color: aquamarine;
}