diff --git a/static/main.css b/static/main.css index fe8500a..2aa449e 100644 --- a/static/main.css +++ b/static/main.css @@ -110,6 +110,11 @@ p { display: none; } +/* don't display sections on home pages encouraging new editors */ +#fpcommunity { + display: none; +} + /* don't allow images to extend past the edge of the page */ img { max-width: 100%;