From 2818632416701c4b45cb6f056f4c2ef61ec10060 Mon Sep 17 00:00:00 2001 From: Rudra Date: Tue, 22 Oct 2024 16:10:02 +0530 Subject: [PATCH] email footer image css fix --- server/src/mails/base/base_template.hbs | 7 +++++++ server/src/mails/base/partials/footer.hbs | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/server/src/mails/base/base_template.hbs b/server/src/mails/base/base_template.hbs index fd46c388b9..a135ee681c 100644 --- a/server/src/mails/base/base_template.hbs +++ b/server/src/mails/base/base_template.hbs @@ -204,6 +204,13 @@ margin-right: 10px; height: 20px !important; } + .social-icon-fit { + margin-top: 5px; + } + .social-icon-large { + height: 22px !important; + + } /* RESPONSIVE */ @media only screen and (max-width: 600px) { diff --git a/server/src/mails/base/partials/footer.hbs b/server/src/mails/base/partials/footer.hbs index 475af6d919..68b254bb10 100644 --- a/server/src/mails/base/partials/footer.hbs +++ b/server/src/mails/base/partials/footer.hbs @@ -17,10 +17,10 @@ target="_blank" href="https://www.youtube.com/channel/UCf1p2G5Z7fPpvlBPf4l2I1w" > - Company + Company - + \ No newline at end of file