User:Sur/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m stat-infoboxes
Sur (talk | contribs)
m width changes
Line 1: Line 1:
@media screen and (max-width: 480px) {
@media screen and (max-width: 480px) {
     .stat-infoboxes {
     .stat-infoboxes {
         max-width: calc(100% - 300px);
         max-width: 100%;
     }
     }
}
}

Revision as of 00:47, 25 September 2024

@media screen and (max-width: 480px) {
    .stat-infoboxes {
        max-width: 100%;
    }
}