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; justify-content: center;
max-width: 480px; max-width: 480px;
margin: 0 auto; margin: 0 auto;
padding: 0 20px; padding: 0 10px;
box-sizing: border-box; box-sizing: border-box;
flex-wrap: wrap; flex-wrap: wrap;
} }
@@ -106,8 +106,7 @@
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;
left: -110%; width: 100%;
width: 110%;
height: 100%; height: 100%;
background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5);
transform: skewX(-30deg); transform: skewX(-30deg);
@@ -138,6 +137,10 @@
} }
} }
.footer-container {
margin: 24px auto auto auto;
}
@media (min-height: 816px) { @media (min-height: 816px) {
.footer-container { .footer-container {
position: absolute; position: absolute;