mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-18 22:49:51 +00:00
change aboutUs to about
This commit is contained in:
parent
873fb28045
commit
e7fd86d04c
4 changed files with 16 additions and 14 deletions
|
@ -1,19 +0,0 @@
|
|||
.mainbox {
|
||||
/* TODO header height variablen anpassen sobald PR für header durch ist*/
|
||||
margin-top: var(--Header-height);
|
||||
min-height: calc(100vh - var(--Header-height));
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.mainbox {
|
||||
margin-top: var(--Header-height);
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO Entfernen vor final*/
|
||||
.test {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
color: aqua;
|
||||
background-color: aquamarine;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue