Mobile padding improvements.

This commit is contained in:
softsimon
2020-03-25 00:41:46 +07:00
parent 9c532499e8
commit fe216b12d9
3 changed files with 18 additions and 6 deletions

View File

@@ -50,6 +50,12 @@ body {
box-shadow: 0.125rem 0.125rem 0.25rem rgba(0,0,0,0.075);
}
@media (max-width: 767.98px) {
.box {
padding: 0.75rem;
}
}
.form-control {
color: #495057;
}