From dbd2132e75b7c2da214bc853825d1f6350ffdca5 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 8 Sep 2025 16:15:47 -0500 Subject: [PATCH] Polish font sizes and generally scale down --- app/views/layouts/mailer.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index 793392ca3..bbfff8498 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -10,7 +10,7 @@ body { font-family: system-ui, sans-serif; - font-size: 1rem; + font-size: 16px; line-height: 1.3; margin: 0; padding: 1rem; @@ -76,7 +76,7 @@ } .event__title { - font-size: 1.2em; + font-size: 1.1em; font-weight: 900; margin-bottom: 0; margin-top: 0; @@ -99,7 +99,7 @@ } .notification__title { - font-size: 0.9em; + font-size: 0.8em; font-weight: normal; margin-bottom: 0; margin-top: 0; @@ -108,13 +108,13 @@ } .subtitle { - font-size: 1.3em; + font-size: 1em; font-weight: normal; - margin-top: 0; + margin-top: 0.1em; } .title { - font-size: 1.5em; + font-size: 1.2em; font-weight: 900; margin-bottom: 0; }