Template:Styles/add formHeaderRenew.css

From Donate
Revision as of 21:20, 8 December 2016 by Pcoombe (talk | contribs) (Created page with "→‎Additional styles, call with 'style2' parameter: div#actual-form:before { content: "Renew your donation to Wikipedia"; display: block; text-align: center;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
    }
}