Fee box: Mobile view

This commit is contained in:
softsimon
2020-07-29 17:30:30 +07:00
parent 36d952b503
commit 81d7072a95
3 changed files with 16 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
td {
width: 33%;
}
@media (max-width: 767.98px) {
td {
width: 50%;
}
}