From 7ba42754717562da904f67b5d8030cce81da8471 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 13 May 2020 15:00:44 -0400 Subject: [PATCH] alps: improve margin on email bodies --- themes/alps/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index b256b93..810452d 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -187,7 +187,7 @@ main.message pre, main.message iframe { flex: 1 auto; padding: 1rem; - margin: 1rem 0; + margin: 0.3rem 0 0 0; background-color: white; border: 1px solid #eee; max-width: 100%;