Allow breaking lines in the URL in the footer

This commit is contained in:
Cadence Ember 2022-12-04 23:55:18 +13:00
parent 9fd2b4699d
commit 99b5d8d8f6
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ p {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid var(--theme-page-text-color);
word-break: break-word;
}
.custom-footer__cols {
display: grid;