MediaWiki:Mobile.css: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
     flex-wrap: wrap;
     flex-wrap: wrap;
     flex-flow: wrap;
     flex-flow: wrap;
     justify-content: space-around;}
     justify-content: space-around;
    align-items: center;
}


.galleryimg{
.galleryimg{

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;
}