Template:CountryNope/styles.css: Difference between revisions

Content deleted Content added
converting column styles to TemplateStyles
 
No edit summary
 
Line 1:
hr {
margin: 2em 0;
}
 
@media (min-width: 981px) {
hr {
display: none;
}
 
.col-2 {
box-sizing: border-box;
width: 50%;
float: left;
padding: 0 2em;
}
}