MediaWiki:Mobile.css: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
 
(One intermediate revision by the same user not shown)
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;
    align-items: center;
}
.galleryimg{
    max-height:200px;
    max-width:200px;
}
}

Latest revision as of 15:26, 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;
    align-items: center;
}

.galleryimg{
    max-height:200px;
    max-width:200px;
}