Gynopedia needs your support! Please consider contributing content, translating a page, or making a donation today. With your support, we can sustain and expand the website. Gynopedia has no corporate sponsors or advertisers. Your support is crucial and deeply appreciated.

MediaWiki:Mobile.css: Difference between revisions

From Gynopedia
Jump to navigation Jump to search
(Created page with "@media (max-width: 480px) { .donorbox-widget { flex-direction: column-reverse; } .donorbox-text { } .donorbox-form { } }")
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media (max-width: 480px) {
@media (max-width: 480px) {
     .donorbox-widget {
     .donorbox-widget {
        display: flex;
         flex-direction: column-reverse;
         flex-direction: column-reverse;
     }
     }
Line 9: Line 10:


     }
     }
#mw-sitenotice-custom {
font-size: 14px;
padding: 10px;
}
}
}

Latest revision as of 09:53, 15 October 2018

@media (max-width: 480px) {
    .donorbox-widget {
        display: flex;
        flex-direction: column-reverse;
    }
    .donorbox-text {

    }
    .donorbox-form {

    }
#mw-sitenotice-custom {
 font-size: 14px;
 padding: 10px;
}
}