User:Sur/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m Blanked the page
Tags: Blanking Manual revert
Sur (talk | contribs)
m Cdogs corrections
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.stat-infoboxes-container {
  max-width: calc(100% - 300px);
}


@media (max-width: 768px) {
  .stat-infoboxes-container {
    max-width: 100%;
  }
}

Latest revision as of 01:09, 25 September 2024

.stat-infoboxes-container {
  max-width: calc(100% - 300px);
}

@media (max-width: 768px) {
  .stat-infoboxes-container {
    max-width: 100%;
  }
}