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