Fix text decoration
This commit is contained in:
@ -11,6 +11,10 @@ body {
|
|||||||
word-spacing: normal;
|
word-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.email_layout_wrapper {
|
.email_layout_wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
Reference in New Issue
Block a user