From abc797572ebba00639900a590510fef349c67546 Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Mon, 12 Aug 2019 11:18:59 +0200
Subject: [PATCH] Corrected the alignment of menu

---
 _sass/elixir/_header.scss | 7 +++++--
 elixir-theme.gemspec      | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/_sass/elixir/_header.scss b/_sass/elixir/_header.scss
index a02f6b8..a6fc792 100644
--- a/_sass/elixir/_header.scss
+++ b/_sass/elixir/_header.scss
@@ -5,10 +5,13 @@
   margin-bottom: 37px;
 
   #site-header-wrapper {
-    @media only screen and (max-width: $HEADER_RESPONSIVENESS_THRESHOLD) {
-      ul {
+    ul {
+      @media only screen and (max-width: $HEADER_RESPONSIVENESS_THRESHOLD) {
         padding-inline-start: 5px;
       }
+      @media only screen and (min-width: $HEADER_RESPONSIVENESS_THRESHOLD) {
+        padding-inline-start: 250px;
+      }
     }
 
     .elixir-image {
diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec
index 2b876e6..08787ef 100644
--- a/elixir-theme.gemspec
+++ b/elixir-theme.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "jekyll-elixir-theme"
-  spec.version       = "0.7.4"
+  spec.version       = "0.7.5"
   spec.authors       = ["jacek.lebioda"]
   spec.email         = ["jacek.lebioda@uni.lu"]
 
-- 
GitLab