mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
change aboutUs to about
This commit is contained in:
parent
873fb28045
commit
e7fd86d04c
4 changed files with 16 additions and 14 deletions
19
code/frontend/src/pages/about.css
Normal file
19
code/frontend/src/pages/about.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.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