Mobile view design updates.

This commit is contained in:
softsimon
2020-03-25 02:55:26 +07:00
parent 164a1964dc
commit 9aaa021d08
7 changed files with 29 additions and 17 deletions

View File

@@ -331,7 +331,16 @@ tr {
}
h1, h2, h3 {
margin-bottom: 15px;
margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.50rem;
}
}
@media (min-width: 992px) {