fix some stuff
This commit is contained in:
+6
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user