Changeset - c64e52d9e62c
[Not reviewed]
0 2 0
Ben Sturmfels (bsturmfels) - 15 months ago 2023-02-08 11:44:44
ben@sturm.com.au
Improve the .small-left/right and .medium-left/right classes
2 files changed with 17 insertions and 9 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy-bigscreen.css
Show inline comments
...
 
@@ -59,5 +59,4 @@ dd {
 
    height: auto;
 
    width: 25%;
 
    margin-left: 1.2em;
 
    margin-bottom: .4em;
 
    max-width: 20rem;
 
    margin: 0 2rem 0.5rem 0;
 
}
...
 
@@ -67,5 +66,11 @@ dd {
 
    height: auto;
 
    width: 25%;
 
    margin-right: 1.2em;
 
    margin-bottom: .4em;
 
    max-width: 20rem;
 
    margin: 0 0 0.5rem 2rem;
 
}
 

	
 
.medium-left {
 
    float: left;
 
    height: auto;
 
    max-width: 30rem;
 
    margin: 0 2rem 0.5rem 0;
 
}
...
 
@@ -75,5 +80,4 @@ dd {
 
    height: auto;
 
    width: 50%;
 
    margin-left: .7em;
 
    margin-bottom: .7em;
 
    max-width: 30rem;
 
    margin: 0 0 0.5rem 2rem;
 
}
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -85,2 +85,6 @@ input:focus {
 

	
 
video {
 
    max-width: 100%;
 
    margin: 1rem 0;
 
}
 

	
0 comments (0 inline, 0 general)