Changeset - 1b38fc338e22
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-12-19 17:25:27
brett@sfconservancy.org
css: Add max-width to bigscreen .picture.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -14,24 +14,25 @@
 
.left {
 
    float: left;
 
    margin-right: 1.5em;
 
}
 

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

	
 
.picture {
 
    width: 30em;
 
    max-width: 35%;
 
    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;
 
    background: #F0FFB8;
 
}
 

	
0 comments (0 inline, 0 general)