Changeset - 4cbf566e3151
[Not reviewed]
0 2 0
Brett Smith (brett) - 7 years ago 2016-11-30 21:24:28
brett@sfconservancy.org
contractpatch: Page layout adjustments.

Try to make sections clearer and avoid the "big monolith of text"
feeling.
2 files changed with 16 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -12 +12,14 @@
 
}
 

	
 
#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;
 
}
 

	
 
#contractpatch-follow h2 {
 
    font-size: large;
 
}
www/conservancy/templates/contractpatch/index.html
Show inline comments
...
 
@@ -17,3 +17,3 @@
 
<div id="contractpatch-intro" class="section">
 
<h3>What is ContractPatch?</h3>
 
<h2>What is ContractPatch?</h2>
 

	
...
 
@@ -25,3 +25,3 @@
 
<div id="contractpatch-follow" class="section">
 
<h3>Follow ContractPatch</h3>
 
<h2>Follow ContractPatch</h2>
 

	
...
 
@@ -33,3 +33,3 @@
 
<div id="contractpatch-blog" class="section">
 
<h3>Blog posts</h3>
 
<h2>Blog posts</h2>
 

	
0 comments (0 inline, 0 general)