Template:CountryNope/styles.css

From Donate
Revision as of 18:10, 1 June 2021 by Pcoombe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
hr {
    margin: 2em 0;
}

@media (min-width: 981px) {
    hr {
        display: none;
    }

    .col-2 {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding: 0 2em;
    }
}