Fixed css glitch in the staycard

This commit is contained in:
Linus Flood
2024-10-23 14:52:07 +02:00
parent a69a00e4c1
commit 20cc46ac61

View File

@@ -52,9 +52,10 @@
left: 0;
right: 0;
top: 0;
bottom: 70px;
bottom: 0;
background: rgb(255 255 255 / 80%);
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 70px;
}