fix stars in order to take all the screen size
This commit is contained in:
parent
97b8a84ebb
commit
0c6a1d477d
@ -21,6 +21,16 @@ body, html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
#stars1, #stars2, #stars3 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#background_div {
|
||||
max-height: 100vh;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user