mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-16 17:49:52 +00:00
wip create page bse
This commit is contained in:
parent
c640322478
commit
5ff25f4ca5
3 changed files with 27 additions and 27 deletions
|
@ -1,15 +1,15 @@
|
|||
.mainbox {
|
||||
height: (100vh - var(--Header-height));
|
||||
padding-block-start: 1000px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.mainbox {
|
||||
height: (100vh - var(--Header-height));
|
||||
margin-top: 1000px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
.test {
|
||||
flex-grow: 1;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
color: aqua;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue