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

@@ -119,3 +119,7 @@ table tfoot {
font-style: italic;
font-size: 0.8em;
}
.fixed-width-container {
max-width: 70em;
}