alps: improve margin on email bodies

This commit is contained in:
Drew DeVault 2020-05-13 15:00:44 -04:00 committed by Simon Ser
parent 62910a94fb
commit 7ba4275471
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -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%;