Changeset - 009cc20555e9
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-02 22:51:32
bkuhn@ebb.org
Avoid donate-sidebar on small screens.

The donate-sidebar overlaps with text on small screens. This problem is
corrected herein by using @media for 500px screens to remove display of
the sidebar.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/conservancy.css
Show inline comments
...
 
@@ -33,6 +33,9 @@ text-decoration: none; color: #557733;
 
    right: 2%;
 
    width: 18%;
 
}
 
@media all and (max-width: 500px) {
 
    .donate-sidebar { display: none; }
 
}
 

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