MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Line 258: Line 258:
         -webkit-overflow-scrolling: touch;
         -webkit-overflow-scrolling: touch;
     }*/
     }*/
}
@media screen and (max-width: 580px) {
    .locationcontainer {
        display: flex;
        justify-content: center;
        clear: both;
    }
   
    .location {
        float: none !important;
        width: 350px !important;
    }
}
}