1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00

Prevent <A> from text-justify

This commit is contained in:
Christophe HENRY 2021-03-04 21:09:22 +00:00
parent 376c4ed977
commit 4de4f45b84

View File

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