wip basic page

This commit is contained in:
Niklas 2025-06-26 18:31:49 +02:00
parent 5aa2463064
commit c640322478
3 changed files with 79 additions and 42 deletions

View file

@ -0,0 +1,17 @@
.mainbox {
height: (100vh - var(--Header-height));
}
@media screen and (min-width: 768px) {
.mainbox {
height: (100vh - var(--Header-height));
}
}
.test {
flex-grow: 1;
height: 100vh;
width: 100vw;
color: aqua;
background-color: aquamarine;
}