MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary |
||
Line 3: | Line 3: | ||
#test{ | #test{ | ||
height:500px !important; | height:500px !important; | ||
} | |||
#galery{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
flex-flow: wrap; | |||
justify-content: space-around;} | |||
.galleryimg{ | |||
max-height:200px; | |||
max-width:200px; | |||
} | } |
Revision as of 14:24, 16 October 2019
/* CSS placed here will affect users of the mobile site */ #test{ height:500px !important; } #galery{ display: flex; flex-wrap: wrap; flex-flow: wrap; justify-content: space-around;} .galleryimg{ max-height:200px; max-width:200px; }