fix some stuff

This commit is contained in:
2024-12-11 06:50:37 +00:00
parent 1806dc0067
commit 20fe9cc1ee
+6 -3
View File
@@ -48,7 +48,7 @@
justify-content: center;
max-width: 480px;
margin: 0 auto;
padding: 0 20px;
padding: 0 10px;
box-sizing: border-box;
flex-wrap: wrap;
}
@@ -106,8 +106,7 @@
content: "";
position: absolute;
top: 0;
left: -110%;
width: 110%;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
transform: skewX(-30deg);
@@ -138,6 +137,10 @@
}
}
.footer-container {
margin: 24px auto auto auto;
}
@media (min-height: 816px) {
.footer-container {
position: absolute;