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

View File

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