wrap long urls

This commit is contained in:
j 2021-10-26 22:17:13 +01:00
parent a0885902dd
commit 409a6e8885

View file

@ -59,6 +59,10 @@
font-size: 20px; font-size: 20px;
line-height: 24px; line-height: 24px;
a {
word-wrap: anywhere;
}
figure { figure {
width: 100%; width: 100%;
text-align: center; text-align: center;