Added word-break for links.

This commit is contained in:
Alexander Andreev 2022-01-22 18:57:41 +04:00
parent 0df36cb570
commit ca3a00f4ba
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
a {
color: var(--primary-color);
text-decoration: none; }
text-decoration: none;
word-wrap: break-word; }
a:hover {
color: var(--secondary-color);