Difference between revisions of "Template:Infobox station/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>ProcrastinatingReader
(add from existing)
imported>ProcrastinatingReader
(try this)
Line 1: Line 1:
 
.ibstation-name {
 
.ibstation-name {
 
display: table-cell;
 
display: table-cell;
width: inherit;
 
 
vertical-align: middle
 
vertical-align: middle
 +
}
 +
 +
@media only screen and (min-width: 768px) {
 +
.ibstation-name {
 +
width: inherit;
 +
}
 
}
 
}

Revision as of 00:10, 24 October 2020

.ibstation-name {
	display: table-cell;
	vertical-align: middle
}

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