Fix text decoration

This commit is contained in:
Mike Jolley
2024-05-07 11:32:18 +01:00
committed by Aschepikov
parent b510e07942
commit c3d0f23a3f

View File

@ -11,6 +11,10 @@ body {
word-spacing: normal;
}
a {
text-decoration: none;
}
.email_layout_wrapper {
margin: 0 auto;
padding: 20px 0;