Prevent <A> from text-justify

This commit is contained in:
Christophe HENRY 2021-03-04 21:09:22 +00:00
parent 376c4ed977
commit 4de4f45b84
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ a {
margin: -1.35rem;
color:#820;
text-decoration: none;
text-justify: none;
}
a:before {