fixed bug with background image
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 18:20:31 +01:00
parent 18f9796365
commit 979edda905

View File

@@ -54,7 +54,7 @@ export default {
.bg-img {
z-index: -1;
position: fixed;
width: 100vh;
width: 100%;
object-fit: cover;
overflow: hidden;
}