Email link styling to shared.

This commit is contained in:
codevictory
2021-05-04 22:30:56 +03:00
parent 84b24947cc
commit 9540166bfc
2 changed files with 5 additions and 5 deletions

View File

@@ -110,11 +110,6 @@ footer {
.right { .right {
text-align: right; text-align: right;
.email-link {
color: blue;
text-decoration: underline;
}
} }
} }

View File

@@ -12,3 +12,8 @@ section.text {
max-width: 56%; max-width: 56%;
} }
} }
.email-link {
color: blue;
text-decoration: underline;
}