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

@@ -54,13 +54,4 @@ div#c-users {
color: var(--text-color);
}
}
div#a-new {
max-width: 60em;
p {
font-size: 1.2em;
line-height: 1.4em;
}
}
}