website/www/conservancy/static/css/conservancy-bigscreen.css

13 lines
202 B
CSS
Raw Normal View History

/* "Big screen" means, approximately, bigger than a phone */
.column:nth-child(odd) {
clear: both;
float: left;
width: 49%;
}
.column:nth-child(even) {
float: right;
width: 49%;
}