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

Revision as of 09:45, 15 October 2018

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

    }
    .donorbox-form {

    }
}