mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
wip create page bse
This commit is contained in:
parent
ab9fa907ef
commit
41c55d81f7
3 changed files with 27 additions and 27 deletions
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue