Changeset - 9aa9e73a91b6
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 22:55:06
bkuhn@ebb.org
600px seems better here than 500px.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -30,13 +30,13 @@ text-decoration: none; color: #557733;
 
.donate-sidebar {
 
    position: fixed;
 
    top: 180px;
 
    right: 2%;
 
    width: 18%;
 
}
 
@media all and (max-width: 500px) {
 
@media all and (max-width: 600px) {
 
    .donate-sidebar { display: none; }
 
}
 

	
 
h1 { margin-top: .75em; margin-bottom: .5em; }
 
h2 { margin-top: .75em; margin-bottom: .5em; }
 
h3 { margin-top: .6em; margin-bottom: .4em; }
0 comments (0 inline, 0 general)