From a2475306bc48697808a71dd2c1933dd949f4c1db Mon Sep 17 00:00:00 2001 From: edisonxiang Date: Thu, 12 Sep 2019 17:05:28 +0800 Subject: [PATCH] adjust height of emails --- themes/project/static/css/custom.css | 2 +- themes/project/static/css/custommobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/project/static/css/custom.css b/themes/project/static/css/custom.css index 4fa7089..e1000e8 100644 --- a/themes/project/static/css/custom.css +++ b/themes/project/static/css/custom.css @@ -186,7 +186,7 @@ .e_mail { background: url('../img/bg2.png') no-repeat; - height: 350px; + height: 380px; background-size: cover; display: flex; flex-direction: column; diff --git a/themes/project/static/css/custommobile.css b/themes/project/static/css/custommobile.css index a8d7474..65eb263 100644 --- a/themes/project/static/css/custommobile.css +++ b/themes/project/static/css/custommobile.css @@ -326,7 +326,7 @@ .e_mail { justify-content: space-around; padding: .4rem 0; - height: 6rem; + height: 7.5rem; background-position: top; } .e_mail h2 { -- GitLab