Template:Infobox station/styles.css

From Railway Operation Simulator Wiki
< Template:Infobox station
Revision as of 14:53, 6 May 2021 by Daniel (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.ibstation-name {
	display: table-cell;
	vertical-align: middle
}

@media only screen and (min-width: 768px) {
	.ibstation-name {
		width: inherit;
	}
}