From The Democratika Wiki
Revision as of 00:01, 7 May 2021 by >Izno
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{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;
}
}