Merge pull request #22 from mntn-xyz/patch-15

Ensure long page content doesn't overflow
This commit is contained in:
Joe Roe 2021-09-09 10:03:34 +02:00 committed by GitHub
commit 07f1b3ecfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
grid-area: body;
background-color: var(--bg);
box-shadow: 0 0 0 1rem var(--bg);
overflow-wrap: break-word;
}
.page__aside {