mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
17 lines
249 B
CSS
17 lines
249 B
CSS
.mainbox {
|
|
padding-block-start: 1000px;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.mainbox {
|
|
margin-top: 1000px;
|
|
min-height: 100vh;
|
|
}
|
|
}
|
|
.test {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
color: aqua;
|
|
background-color: aquamarine;
|
|
}
|