Template:Styles/add formHeaderRenew.css

From Donate
Revision as of 21:21, 8 December 2016 by Pcoombe (talk | contribs) (Pcoombe changed the content model of the page Template:Styles/add formHeaderRenew.css from "wikitext" to "CSS")
Jump to navigation Jump to search
/* Additional styles, call with 'style2' parameter */


div#actual-form:before {
    content: "Renew your donation to Wikipedia";
    display: block;
    text-align: center;
    font-size: 1.2em;
}

@media screen and (max-width: 981px) {
    div#actual-form:before {
        font-size: 1em;
    }
}