Template:Infobox station/styles.css

From Lewis' Server Wiki
Revision as of 17:22, 17 April 2024 by Megalomart (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp|small=yes}} */
.ib-station-name {
	display: table-cell;
	vertical-align: middle
}

@media only screen and (min-width: 720px) {
	.ib-station {
		width: 25.5em;
	}
	
	.ib-station-name {
		width: inherit;
	}
}