Template:CountryNope/styles.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
converting column styles to TemplateStyles
 
No edit summary
 
Line 1: Line 1:
hr {
margin: 2em 0;
}

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

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

Latest revision as of 18:10, 1 June 2021

hr {
    margin: 2em 0;
}

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

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