mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 03:28:50 +00:00
start of lazy loading
This commit is contained in:
parent
55efde580c
commit
2aeea4033a
12 changed files with 68 additions and 93 deletions
|
@ -17,3 +17,11 @@
|
|||
url("../../public/assets/images/BirdsSky.jpg") lightgray 50% / cover
|
||||
no-repeat;
|
||||
}
|
||||
|
||||
body{
|
||||
height: 100vh; /* Full viewport height */
|
||||
width: 100vw; /* Full viewport width */
|
||||
background: var(--gradient-blue-backround-mobile);
|
||||
z-index: -1;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
|
3
code/frontend/src/styles/sizes.css
Normal file
3
code/frontend/src/styles/sizes.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
:root {
|
||||
--Header-height: 50px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue