[CSS] Fixed background incorrect sizing.
This commit is contained in:
parent
d0b2cccb63
commit
95fd86f8dc
@ -20,7 +20,7 @@
|
|||||||
--bg3: #8081BA;
|
--bg3: #8081BA;
|
||||||
|
|
||||||
--translucent: #1A1A2666;
|
--translucent: #1A1A2666;
|
||||||
--white: #E9EAF2;
|
--white: #FFFFFF;
|
||||||
|
|
||||||
--shadow: 0px 0px 32px 0px #00000066;
|
--shadow: 0px 0px 32px 0px #00000066;
|
||||||
|
|
||||||
@ -165,9 +165,11 @@ hr {
|
|||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
|
height: 100%;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
background-attachment: fixed;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
font-family: var(--main-font);
|
font-family: var(--main-font);
|
||||||
}
|
}
|
||||||
|
BIN
public/assets/css/bg.jpg
Normal file
BIN
public/assets/css/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 B |
Loading…
Reference in New Issue
Block a user