aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-04 11:21:25 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-04 11:21:25 -0600
commita3e970b41659ca9c79ddf04e4a9bbf43ce31e3b8 (patch)
treed4b44dbcbd91ab7fbb17b4b8b9cf7230db7197a1
parentd05ac57a17fa2e2b6fc6ea4efca875fe5c8e2cc9 (diff)
downloadwormhole-a3e970b41659ca9c79ddf04e4a9bbf43ce31e3b8.tar.gz
wormhole-a3e970b41659ca9c79ddf04e4a9bbf43ce31e3b8.tar.bz2
wormhole-a3e970b41659ca9c79ddf04e4a9bbf43ce31e3b8.zip
Add padding
-rw-r--r--bin/template.eml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/template.eml b/bin/template.eml
index daeab3e..51bd413 100644
--- a/bin/template.eml
+++ b/bin/template.eml
@@ -25,11 +25,11 @@ let render (posts: Post.t list) =
<img src="/static/rss.svg" alt="rss" style="height: 20px; " />
</a>
</div>
- <sl-card style="margin-bottom: 4rem; min-width: 400px; max-width:400px;" class="space-intro">
+ <sl-card style="margin-bottom: 4rem; min-width: 400px; max-width:400px; padding-left: 5px; padding-right: 5px" class="space-intro">
<p>Haling from other points in time and space, these posts traveled
here from across the cybernet via a Mastodon Wormhole.</p>
<a href="https://git.mccd.space/wormhole" style="color: var(--lavender-grey)">Source code</a>
- </sl-card>
+ </sl-card style="min-width: 400px; max-width:400px; padding-left: 5px; padding-right: 5px">
% posts |> List.iter begin fun { published; author; author_link; summary; tags; _ } ->
<div style="margin-bottom: 1.0rem;">
<sl-card class="space-card" style="min-width: 400px; max-width: 600px; margin: 10px; ">