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

@@ -5,6 +5,12 @@
border-top: 5px solid #FFF;
}
.mobile-width {
width: 130px;
.td-width {
width: 175px;
}
@media (max-width: 767.98px) {
.td-width {
width: 150px;
}
}