diff options
Diffstat (limited to 'bin/template.eml')
-rw-r--r-- | bin/template.eml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/template.eml b/bin/template.eml index e154d75..daeab3e 100644 --- a/bin/template.eml +++ b/bin/template.eml @@ -20,7 +20,7 @@ let render (posts: Post.t list) = <body style="display:flex; flex-direction:column; align-items:center;">
<div class="to-column" style="align-items:center; display:flex; margin-top: 3rem; padding: 6px; gap: 3px; margin-bottom:
3rem;">
- <h1 class="intro" style="color: white; letter-spacing: .5rem;">SENSEMAKING GALAXY</h1>
+ <h1 class="intro" style="color: white; letter-spacing: .5rem; display:flex;">SENSEMAKING GALAXY</h1>
<a href="/feed.xml">
<img src="/static/rss.svg" alt="rss" style="height: 20px; " />
</a>
|