fix: background uses all screen size

This commit is contained in:
Emi Boucly 2025-04-02 22:40:22 +02:00
parent 3831dfa6fe
commit 8e694ee1cd

View file

@ -28,6 +28,7 @@ import HeaderNav from "@/components/HeaderNav.vue"
.background { .background {
height: 250%; height: 250%;
width: 100%;
position:absolute; position:absolute;
top:0; top:0;
left:0; left:0;