added break word on all letters for links

This commit is contained in:
asus
2024-05-27 14:23:09 +02:00
parent 8ac471331f
commit 680c5808a3

View File

@@ -55,3 +55,6 @@ h6 { margin: 10px 0px; font-size: 1.0rem; }
font-size: min(1.5vw, 0.7rem);
}
a {
word-break: break-all;
}