Changeset - 7229e78e0f52
[Not reviewed]
0 1 0
Bradley M. Kuhn - 2 years ago 2021-10-23 19:42:59
bkuhn@sfconservancy.org
Sidebar should disappear on small screens.

We've had a report that the sidebars are very distracting,
particularly for the blogs, on smaller screens. This change to the
CSS will cause sidebars to disappear on smaller screens.
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -151,6 +151,12 @@ text-decoration: none; color: #557733;
 
  }
 
}
 

	
 
@media screen and (max-width: 52em) { 
 
  #sidebar { 
 
      display: none; 
 
  } 
 
} 
 

	
 
p.footnote {
 
    font-size: 85%;
 
}
0 comments (0 inline, 0 general)