Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
imported>Stencil |
imported>Stencil |
||
| Line 6: | Line 6: | ||
.article-tile { | .article-tile { | ||
display: inline-block; | display: inline-block; | ||
| + | border: 1px solid #E4EAEE; | ||
| + | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | ||
} | } | ||
Revision as of 07:28, 14 March 2020
#main-article-tiles {
white-space: nowrap;
overflow-x: scroll;
}
.article-tile {
display: inline-block;
border: 1px solid #E4EAEE;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
}
#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;
}