fix: color abnormalities (#403)

pull/409/head^2
Seaton Jiang 2021-08-20 08:38:42 +08:00
parent 835e67fe0b
commit 48943adc4d
No known key found for this signature in database
GPG Key ID: 0E05070D261ACFEA
1 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ button:focus {
}
.k-main.banner {
margin-top: 20px;
padding-top: 20px;
}
@media only screen and (max-width: 992px) {
@ -185,13 +185,13 @@ button:focus {
}
.k-main.banner {
margin-top: 260px;
padding-top: 260px;
}
}
@media only screen and (max-width: 768px) {
.k-main.banner {
margin-top: 255px;
padding-top: 255px;
}
}