File diff 4cbf566e3151 → dd8d159fcbb0
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -8,12 +8,27 @@
 

	
 
.column:nth-child(even) {
 
    float: right;
 
    width: 49%;
 
}
 

	
 
.left {
 
    float: left;
 
    margin-right: 1.5em;
 
}
 

	
 
.right {
 
    float: right;
 
    margin-left: 1.5em;
 
}
 

	
 
.picture {
 
    width: 30em;
 
    padding: .75em;
 
}
 

	
 
#contractpatch-follow {
 
    float: left;
 
    width: 30em;
 
    margin-right: 1.5em;
 
    /* Below from .shaded, but we don't want the class on non-big screens. */
 
    padding: .75em;