touch up styling
This commit is contained in:
@@ -40,10 +40,9 @@ body {
|
|||||||
.footer {
|
.footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
max-width: 480px;
|
max-width: 440px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
box-sizing: border-box;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -83,7 +82,7 @@ body {
|
|||||||
margin: 24px auto auto auto;
|
margin: 24px auto auto auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-height: 800px) {
|
@media (min-height: 720px) {
|
||||||
.footer-container {
|
.footer-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: auto 0 12px;
|
inset: auto 0 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user