From 48759251211919049fcbab102e4edea2663b399c Mon Sep 17 00:00:00 2001
From: "jacek.lebioda" <jacek.lebioda@uni.lu>
Date: Tue, 2 Jul 2019 10:53:03 +0200
Subject: [PATCH] Alignment corrections #3

---
 _includes/footer.html     | 4 ++--
 _layouts/default.html     | 7 -------
 _sass/elixir/_layout.scss | 3 ++-
 elixir-theme.gemspec      | 2 +-
 4 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/_includes/footer.html b/_includes/footer.html
index 4c3e810..2703078 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -33,8 +33,8 @@
             </ul>
         </div>
         <div>
-            <a href="http://www.elixir-europe.org" title="ELIXIR Europe's web site" class="site-footer-primary-logo">
-                <img src="https://elixir-europe.org/system/files/white-orange-logo.png" alt="Elixir logo" width="150px" />
+            <a href="http://www.elixir-europe.org" title="ELIXIR Europe's web site">
+                <img src="https://elixir-europe.org/system/files/white-orange-logo.png" alt="Elixir logo" width="150px" class="site-footer-primary-logo" />
             </a>
         </div>
     </div>
diff --git a/_layouts/default.html b/_layouts/default.html
index 0fb8ad1..c6553f3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,13 +13,6 @@
         {%- include header.html -%}
 
         <main id="site-content" aria-label="Content">
-
-            {% if page.content_title %}
-                <h1 id="site-title">
-                    {{ page.content_title }}
-                </h1>
-            {% endif %}
-
             {{ content }}
         </main>
 
diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss
index 00d9e30..630404c 100644
--- a/_sass/elixir/_layout.scss
+++ b/_sass/elixir/_layout.scss
@@ -2,6 +2,7 @@
   background: $COLOR_BACKGROUND_HEADER;
   height: 93px;
   margin-top: -15px;
+  margin-bottom: 17px;
 
   #site-header-wrapper {
     padding-left: $PADDING_PAGE_LEFT;
@@ -139,7 +140,7 @@
       margin-right: 15px;
 
       .site-footer-primary-logo {
-        padding-top: 5px;
+        padding-top: 10px;
       }
 
       h3 {
diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec
index 612ea32..784e4e1 100644
--- a/elixir-theme.gemspec
+++ b/elixir-theme.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "elixir-theme"
-  spec.version       = "0.1.14"
+  spec.version       = "0.1.15"
   spec.authors       = ["jacek.lebioda"]
   spec.email         = ["jacek.lebioda@uni.lu"]
 
-- 
GitLab