diff --git a/src/templates/emails/base_email.html b/src/templates/emails/base_email.html index 9ea0c1a89..6e4c5e522 100644 --- a/src/templates/emails/base_email.html +++ b/src/templates/emails/base_email.html @@ -21,7 +21,10 @@ background-color: #ffffff; } .header_img { - width: 40%; + width: 100%; + height: 100%; + object-fit: contain; + box-sizing: border-box; } .header { width: 100%; @@ -31,6 +34,8 @@ justify-content: center; align-items: center; margin-bottom: 10px; + padding: 10px; + box-sizing: border-box; } .content{ padding: 20px; @@ -105,13 +110,13 @@
Thanks,
Codabench Team
+