Don't display new editor encouragement

This commit is contained in:
Cadence Ember 2022-09-09 23:33:01 +12:00
parent 660ec56e73
commit 229ec1ee0c
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 5 additions and 0 deletions

View File

@ -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%;