Difference between revisions of "MediaWiki:Mobile.css"

From Unrailed! Wiki
Jump to navigation Jump to search
imported>Stencil
m
imported>Stencil
Line 15: Line 15:
 
#main-wagon-list ul {
 
#main-wagon-list ul {
 
     display: inline-block;
 
     display: inline-block;
 +
    padding: 0;
 
     text-align: center;
 
     text-align: center;
 
     list-style: none;
 
     list-style: none;
Line 21: Line 22:
 
#main-wagon-list li {
 
#main-wagon-list li {
 
     width: 7em;
 
     width: 7em;
}
 
 
#main-wagon-list li:nth-child(5n+0) {
 
marign-right: 5em;
 
 
}
 
}

Revision as of 22:54, 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;
    padding: 0;
    text-align: center;
    list-style: none;
}

#main-wagon-list li {
    width: 7em;
}