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
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; | font-size: 14px; | ||
padding: 10px; | 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;
}
}