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
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 10: Line 10:


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

Revision as of 09:46, 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;
}
}