improve stratum table layout on mobile

This commit is contained in:
Mononaut 2025-01-22 09:16:25 +00:00
parent 2e44ea3f01
commit 363fa3d877
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -104,6 +104,26 @@ td {
}
}
@media (max-width: 800px) {
.stratum-table {
td {
&.tag {
display: none;
}
}
}
}
@media (max-width: 650px) {
.stratum-table {
td {
&.reward {
display: none;
}
}
}
}
.badge {
position: relative;
color: #FFF;