File diff d0e3ad782e93 → a1ec8996701c
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
 
new file 100644
 
/* "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%;
 
}