Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
imported>Stencil |
imported>Stencil m |
||
Line 23: | Line 23: | ||
} | } | ||
− | #main-wagon-list:nth-child(5n) { | + | #main-wagon-list li:nth-child(5n+0) { |
marign-right: 5em; | marign-right: 5em; | ||
} | } |
Revision as of 21:47, 13 March 2020
#main-article-tiles { white-space: nowrap; overflow-x: scroll; } .article-tile { display: inline-block; } #main-wagon-items { white-space: nowrap; overflow-x: scroll; } #main-wagon-list ul { display: inline-block; text-align: center; list-style: none; } #main-wagon-list li { width: 7em; } #main-wagon-list li:nth-child(5n+0) { marign-right: 5em; }