Wrap long strings to prevent horizontal scroll (#47)

This is mainly useful for long URLs which could otherwise cause a
horizontal scroll bar to appear on low width screens.
This commit is contained in:
Lukas Joswiak 2022-10-12 21:21:32 -07:00 committed by GitHub
parent 0a8754ea11
commit 0290193019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ body {
margin: 0 auto;
padding: 0 16px;
line-height: 1.6;
overflow-wrap: break-word;
}
header#banner {