Mobile view design updates.

This commit is contained in:
softsimon
2020-03-25 02:55:26 +07:00
parent fe216b12d9
commit 628df1a972
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) {