commit 07b40676a56a7636ee41e801a1bd137936418d24 parent ec9bf46de3ec246ace6f1e61ff17dc5873257a8d Author: Alexander Cobleigh <cblgh@cblgh.org> Date: Thu, 13 Jan 2022 22:16:29 +0100 Merge pull request #25 from cblgh/Thomasorus-main Thomasorus main Diffstat:
M | html/head.html | | | 23 | ++++++++++++++++------- |
1 file changed, 16 insertions(+), 7 deletions(-)
diff --git a/html/head.html b/html/head.html @@ -71,18 +71,27 @@ th, td { text-align:left; padding: 2px 7px; border: 1px solid; } th { font-weight: bold; } tr:hover td { background:#e2cca2; } - .post-container { display: grid; max-width: 30rem; margin-top: 1rem; } + + .post-container { + max-width: 30rem; + margin-top: 1rem; + } + .post-container > * { + display: block; + width: 100%; + } + body { padding: 2rem; background: wheat; } * { margin-bottom: 1rem; } .visually-hidden { clip: rect(0 0 0 0); - clip-path: inset(50%); - height: 1px; - overflow: hidden; - position: absolute; - white-space: nowrap; - width: 1px; + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; } header nav {