Changeset - bd5f44a7f6ab
[Not reviewed]
0 1 0
Bradley M. Kuhn - 14 months ago 2023-02-07 22:13:51
bkuhn@sfconservancy.org
More margin probably looks better here.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -58,7 +58,7 @@ dd {
 
    float: left;
 
    height: auto;
 
    width: 25%;
 
    margin-left: .7em;
 
    margin-left: 1.2em;
 
    margin-bottom: .4em;
 
}
 

	
...
 
@@ -66,7 +66,7 @@ dd {
 
    float: right;
 
    height: auto;
 
    width: 25%;
 
    margin-right: .7em;
 
    margin-right: 1.2em;
 
    margin-bottom: .4em;
 
}
 

	
0 comments (0 inline, 0 general)