Difference between revisions of "MediaWiki:Mobile.css"

From Unrailed! Wiki
Jump to navigation Jump to search
imported>Stencil
imported>Stencil
Line 12: Line 12:
 
text-align: center;
 
text-align: center;
 
list-style: none;
 
list-style: none;
 +
}
 +
 +
#main-wagon-list li {
 +
width: 50%;
 
}
 
}

Revision as of 08:47, 5 March 2020

#main-article-tiles {
    white-space: nowrap;
    overflow-x: scroll;
}

.article-tile {
    display: inline-block;
}

#main-wagon-list ul {
	display: inline-block;
	text-align: center;
	list-style: none;
}

#main-wagon-list li {
	width: 50%;
}