Merge pull request #11066 from ToolJet/mail-css-bugs

This commit is contained in:
Adish M 2024-10-22 16:13:12 +05:30 committed by GitHub
commit 1f3aa02a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>