Changeset - 6f06967a3034
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-11-22 13:20:04
brett@sfconservancy.org
frontpage: Reduce the two-column width split to 67em.

This brings the columns from a target width of about 60 characters to
about 52.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -262,7 +262,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 
.column h2 a { text-decoration: none; color: #000000; }
 
.column h2 a:hover { text-decoration: underline; }
 

	
 
@media all and (min-width: 78em) {
 
@media all and (min-width: 67em) {
 
    .column:nth-child(odd) {
 
        clear: both;
 
        float: left;
0 comments (0 inline, 0 general)