From 2a9fc5720fc5779e4f001f91cc1f7bd262b7aa1b Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 9 Sep 2025 15:28:27 -0500 Subject: [PATCH] Further polish mailer styles and type hierarchy --- app/views/layouts/mailer.html.erb | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb index bbfff8498..ede44cc77 100644 --- a/app/views/layouts/mailer.html.erb +++ b/app/views/layouts/mailer.html.erb @@ -45,18 +45,18 @@ .avatar { border-radius: 50%; - height: 3em; - margin-right: 0.3em; - max-height: 3em; - min-height: 3em; + height: 2.75em; + margin-right: 0.2.75em; + max-height: 2.75em; + min-height: 2.75em; overflow: hidden; - width: 3em; + width: 2.75em; } .avatar__container { padding-top: 1em; vertical-align: top; - width: 3.5em; + width: 3.25em; } .btn { @@ -76,7 +76,7 @@ } .event__title { - font-size: 1.1em; + font-size: 1em; font-weight: 900; margin-bottom: 0; margin-top: 0; @@ -108,13 +108,14 @@ } .subtitle { - font-size: 1em; + font-size: 1.2em; font-weight: normal; + margin-bottom: 2em; margin-top: 0.1em; } .title { - font-size: 1.2em; + font-size: 1.4em; font-weight: 900; margin-bottom: 0; }