Template:CountryNope/styles.css

From Donate
Revision as of 18:05, 1 June 2021 by Pcoombe (talk | contribs) (converting column styles to TemplateStyles)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@media (min-width: 981px) {
    hr {
        display: none;
    }
    .col-2 {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 0 2em
    }
}