From 7dc97914b5ef23ef6bb49c646b98ab86a0dc52eb Mon Sep 17 00:00:00 2001
From: "Uwe Jandt (DESY)" <uwe.jandt@desy.de>
Date: Wed, 12 May 2021 08:48:28 +0200
Subject: [PATCH] Button spacer with m-1

---
 _posts/2021/05/2021-05-12-unified-homepage.md | 8 +++-----
 assets/css/btn_spacer.scss                    | 9 ---------
 2 files changed, 3 insertions(+), 14 deletions(-)
 delete mode 100644 assets/css/btn_spacer.scss

diff --git a/_posts/2021/05/2021-05-12-unified-homepage.md b/_posts/2021/05/2021-05-12-unified-homepage.md
index de4274d78..411a7338d 100644
--- a/_posts/2021/05/2021-05-12-unified-homepage.md
+++ b/_posts/2021/05/2021-05-12-unified-homepage.md
@@ -7,8 +7,6 @@ authors:
   - huste
   - spicker
 layout: blogpost
-additional_css:
-  - btn_spacer.css
 categories:
   - news
 excerpt: >
@@ -47,10 +45,10 @@ This site will be continuously updated. We will add anything that's new on topic
 To never miss any updates on HIFIS, we invite you to:
 
 <a href="https://lists.desy.de/sympa/subscribe/hifis-announce" 
-    class="btn btn-outline-secondary"
+    class="btn btn-outline-secondary m-1"
     title="Subscribe to HIFIS Announcements Letter - also unsubscribe"> 
-    Subscribe to our Announcements Letter <i class="fas fa-bell"></i></a><!--
---><a class="btn btn-outline-secondary" href="{{ '/feed/news.xml' | relative_url }}"
+    Subscribe to our Announcements Letter <i class="fas fa-bell"></i>
+</a><a class="btn btn-outline-secondary m-1" href="{{ '/feed/news.xml' | relative_url }}"
     title="Subscribe to HIFIS News RSS Feed (RSS Reader required)"
     type="application/atom+xml"
     download> 
diff --git a/assets/css/btn_spacer.scss b/assets/css/btn_spacer.scss
deleted file mode 100644
index 3f5e2b932..000000000
--- a/assets/css/btn_spacer.scss
+++ /dev/null
@@ -1,9 +0,0 @@
----
----
-
-.btn {
-    margin-right: 3px;
-    margin-left: 3px;
-    margin-top: 3px;
-    margin-bottom: 3px;
-}
-- 
GitLab