Wrap long strings to prevent horizontal scroll

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-04 23:35:12 -07:00
parent 1969ea2645
commit b377fd03ee

View file

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