diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-05-13 15:00:44 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-20 15:26:42 +0200 |
commit | 7ba42754717562da904f67b5d8030cce81da8471 (patch) | |
tree | aa1d59a553dc5ad8cd700210a3d36c3a236e7aaf /themes/alps | |
parent | 62910a94fbc3749a75e547857b56c94c62e70679 (diff) | |
download | alps-7ba42754717562da904f67b5d8030cce81da8471.tar.gz alps-7ba42754717562da904f67b5d8030cce81da8471.zip |
alps: improve margin on email bodies
Diffstat (limited to 'themes/alps')
-rw-r--r-- | themes/alps/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; |