diff --git a/_posts/2021/05/2021-05-12-unified-homepage.md b/_posts/2021/05/2021-05-12-unified-homepage.md index de4274d78a62daf39568c45f6d13d7588cbda750..411a7338d1eeaa63d63dc24d028b80c16975f2cb 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 3f5e2b9326297a3933384123d13525fcb87078cb..0000000000000000000000000000000000000000 --- 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; -}