content-app responsive margin

This commit is contained in:
Sandy Chen 2020-06-08 04:26:17 +09:00 committed by GitHub
parent 5586b8fb23
commit 3eef2ea102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,10 +73,19 @@
} }
@media screen and (max-width: 1200px) {
.content-app {
margin-top: 160px;
padding: 0 2%;
}
}
@media screen and (min-width: 1200px) {
.content-app { .content-app {
margin-top: 80px; margin-top: 80px;
padding: 0 2%; padding: 0 2%;
} }
}
.footer { .footer {
margin-top: 20px; margin-top: 20px;