css: standardize width of fixed width pages.

Standardize various width-limited pages to 70em width.
This commit is contained in:
evazion
2019-09-23 17:56:50 -05:00
parent 0a6661d145
commit f4512576a4
16 changed files with 42 additions and 61 deletions

View File

@@ -6,9 +6,4 @@ div#c-user-feedbacks, div#c-moderator-dashboards div#col2 {
.feedback-category-negative {
background: var(--error-background-color);
}
#negative-policy {
max-width: 50em;
margin-bottom: 1em;
}
}