Compare commits
No commits in common. "7cf3e31b22f6a935cf8e54b3782c8807d22157c8" and "c2362e26efe7ee10e2b5f49382b279a9d9a85af9" have entirely different histories.
7cf3e31b22
...
c2362e26ef
|
@ -108,17 +108,18 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#background {
|
#background {
|
||||||
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
min-width: 100vw;
|
min-width: 100%;
|
||||||
height: 100vh;
|
min-height: 100%;
|
||||||
overscroll-behaviour: none;
|
overscroll-behaviour: none;
|
||||||
}
|
}
|
||||||
#front {
|
#front {
|
||||||
height: 100svh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
|
|
Loading…
Reference in New Issue