Difference between revisions of "MediaWiki:Mobile.css"

From Unrailed! Wiki
Jump to navigation Jump to search
imported>Stencil
imported>Stencil
Line 15: Line 15:
  
 
#main-wagon-list li {
 
#main-wagon-list li {
width: 12em;
+
width: 8em;
 
}
 
}

Revision as of 08:49, 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: 8em;
}