Ensure long page content doesn't overflow

This commit is contained in:
mntn 2021-08-24 09:08:00 -04:00
parent 2dbfdf52a0
commit 6a53658646
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 {