Template:CountryNope/styles.css: Difference between revisions
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; |
||
} |
} |
||
} |
} |