fix: hide balance column on wider screen

This commit is contained in:
RadoslavDimchev 2023-11-24 09:47:46 +02:00
parent 29c69cc0b9
commit 8c08589927
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
}
/* Hide Balance */
@media (max-width: 400px) {
@media (max-width: 475px) {
th:nth-child(3),
td:nth-child(3) {
display: none;