User:Saag/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 1: Line 1:
@media (max-width: 720px) {
@media (max-width: 720px) {
     .content table {
     .content table {
         width: inherit !important;
         width: auto !important;
     }
     }
}
}

Revision as of 11:53, 3 September 2024

@media (max-width: 720px) {
    .content table {
        width: auto !important;
    }
}