minimal mobile improvements

This commit is contained in:
simon 2021-02-18 17:53:46 +07:00
parent c28b7b1891
commit d842970b73
1 changed files with 10 additions and 2 deletions

View File

@ -81,8 +81,16 @@ p {
/* responsiv */
@media screen and (max-width: 700px) {
.top_content {
h1 {
font-size: 2.5em;
}
.title h1 {
margin: 0;
}
.title {
padding: 30px 0 0 0;
}
.top_content, .tagline_content {
width: 90%;
}
.aqi_box h1 {