mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fixed floating background
This commit is contained in:
parent
265bf5fd65
commit
f08f3c4c84
@ -180,7 +180,7 @@ main .container {
|
||||
}
|
||||
}
|
||||
|
||||
main:before {
|
||||
main:after {
|
||||
/* background-color: red; */
|
||||
background-image: url("/img/mountain-texture.png");
|
||||
position: fixed;
|
||||
@ -188,8 +188,9 @@ main:before {
|
||||
z-index: 0;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
width: 400px;
|
||||
height: 100%;
|
||||
width: 350px;
|
||||
aspect-ratio: 652 / 905;
|
||||
background-size: cover;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
background-repeat: no-repeat;
|
||||
@ -255,7 +256,6 @@ main
|
||||
}
|
||||
|
||||
.footer {
|
||||
border-top: 1px solid var(--ifm-font-color-base);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user