nevermind i found the fix

This commit is contained in:
Midou36O 2022-02-08 15:43:22 +01:00
parent 785cec2b9d
commit dc4a915931

View File

@ -7,6 +7,7 @@
}
html {
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
}
@ -30,7 +31,7 @@ body {
background-color:rgb(0, 0, 0);
background-image: url("./images/BG_FHD_darker.png");
background-repeat:no-repeat;
background-size: cover;
background-size: cover;
height: 100%;
color: var(--brighter-purple-color);
margin: 0px;