wip create page bse

This commit is contained in:
Niklas 2025-06-27 11:43:15 +02:00 committed by Luisa Bellitto
parent ab9fa907ef
commit 41c55d81f7
3 changed files with 27 additions and 27 deletions

View file

@ -3,8 +3,8 @@
function AboutUs() { function AboutUs() {
return ( return (
<div className="body mainbox"> <div className="mainbox test">
<div className="test"> <img style={{height: "200vh"}} src='/assets/icons/feather_black.svg' alt="featherIcon" /> </div> <img style={{height: "200px", position: "relative"}} src='/assets/icons/feather_black.svg' alt="featherIcon" />
</div> </div>
); );
} }

View file

@ -1,15 +1,15 @@
.mainbox { .mainbox {
height: (100vh - var(--Header-height)); padding-block-start: 1000px;
min-height: 100vh;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.mainbox { .mainbox {
height: (100vh - var(--Header-height)); margin-top: 1000px;
min-height: 100vh;
} }
} }
.test { .test {
flex-grow: 1;
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
color: aqua; color: aqua;