Difference between revisions of "Template:Infobox station/styles.css"
Jump to navigation
Jump to search
imported>ProcrastinatingReader (add from existing) |
imported>MelanieN m (Protected "Template:Infobox station/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
.ibstation-name { | .ibstation-name { | ||
display: table-cell; | display: table-cell; | ||
| − | |||
vertical-align: middle | vertical-align: middle | ||
| + | } | ||
| + | |||
| + | @media only screen and (min-width: 768px) { | ||
| + | .ibstation-name { | ||
| + | width: inherit; | ||
| + | } | ||
} | } | ||
Latest revision as of 18:43, 1 November 2020
.ibstation-name {
display: table-cell;
vertical-align: middle
}
@media only screen and (min-width: 768px) {
.ibstation-name {
width: inherit;
}
}