Changeset - d2657eddd0e9
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-11-17 15:56:58
brett@sfconservancy.org
frontpage: Adjust column presentation.
1 file changed with 7 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -263,14 +263,15 @@ 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: 60em) {
 
    .column {
 
        float: left;
 
    }
 
@media all and (min-width: 90em) {
 
    .column:nth-child(odd) {
 
        clear: both;
 
        width: 47%;
 
        margin-right: 3em;
 
        float: left;
 
        width: 49%;
 
    }
 
    .column:nth-child(even) {
 
        float: right;
 
        width: 49%;
 
    }
 
}
 

	
0 comments (0 inline, 0 general)