forked from MarseyWorld/MarseyWorld
increase table padding on mobile
parent
e50e2fcae8
commit
2566e7b831
|
@ -5255,12 +5255,12 @@ li > .sidebar {
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.table th {
|
.table th {
|
||||||
padding-left: 0.3rem !important;
|
padding-left: 0.5rem !important;
|
||||||
padding-right: 0.3rem !important;
|
padding-right: 0.5rem !important;
|
||||||
}
|
}
|
||||||
.table td {
|
.table td {
|
||||||
padding-left: 0.3rem !important;
|
padding-left: 0.5rem !important;
|
||||||
padding-right: 0.3rem !important;
|
padding-right: 0.5rem !important;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
.marseybux {
|
.marseybux {
|
||||||
|
|
Loading…
Reference in New Issue