email footer image css fix

This commit is contained in:
Rudra 2024-10-22 16:10:02 +05:30
parent 05eb8482d8
commit 2818632416
2 changed files with 9 additions and 2 deletions

View file

@ -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) {

View file

@ -17,10 +17,10 @@
target="_blank"
href="https://www.youtube.com/channel/UCf1p2G5Z7fPpvlBPf4l2I1w"
>
<img height="20" width="auto" class="social-icons" alt="Company" src="cid:youtube" />
<img height="22" width="auto" class="social-icons social-icon-fit social-icon-large" alt="Company" src="cid:youtube" />
</a>
<a target="_blank" href="https://twitter.com/ToolJet">
<img height="20" width="auto" class="social-icons" alt="Company" src="cid:twitter" />
<img height="20" width="auto" class="social-icons social-icon-fit" alt="Company" src="cid:twitter" />
</a>
</div>
</div>