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 difference)

Revision as of 09:44, 15 October 2018

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

    }
    .donorbox-form {

    }
}