mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
email footer image css fix
This commit is contained in:
parent
05eb8482d8
commit
2818632416
2 changed files with 9 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue