Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
imported>Stencil |
imported>Stencil |
||
Line 2: | Line 2: | ||
margin-top: 2em; | margin-top: 2em; | ||
white-space: nowrap; | white-space: nowrap; | ||
− | overflow-x: | + | overflow-x: auto; |
} | } | ||
.article-tile { | .article-tile { | ||
display: inline-block; | display: inline-block; | ||
− | margin-bottom: 0. | + | margin-bottom: 0.25em; |
border: 1px solid #E4EAEE; | border: 1px solid #E4EAEE; | ||
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); | ||
Line 18: | Line 18: | ||
#main-wagon-items { | #main-wagon-items { | ||
white-space: nowrap; | white-space: nowrap; | ||
− | overflow-x: | + | overflow-x: auto; |
} | } | ||
Revision as of 16:57, 14 March 2020
#main-article-tiles { margin-top: 2em; white-space: nowrap; overflow-x: auto; } .article-tile { display: inline-block; margin-bottom: 0.25em; border: 1px solid #E4EAEE; box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1); } .article-tile-container { padding-left: 0.5em; } #main-wagon-items { white-space: nowrap; overflow-x: auto; } #main-wagon-list ul { display: inline-block; padding: 0; text-align: center; list-style: none; } #main-wagon-list li { width: 7em; }