Template:Infobox/styles.css

From Sandustry Official Wiki
Revision as of 15:12, 11 August 2026 by ahnlak (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.infobox {
  float: right;
  clear: right;
  margin: 1em;
  width: 300px;
  max-width: 100%;
}

@media screen and (max-width: 850px) {
	.toc {
		width: auto;
	}
}

@media screen and (max-width: 640px) {
  .infobox {
    float: none;
    width: auto;
    margin: 1em 0;
  }
  .toc {
  	width: 100%;
  }
}