From 6d86c7b000ddb961f5d85c97aecac936318f3f1f Mon Sep 17 00:00:00 2001 From: Jacek Lebioda <jaceklebi@o2.pl> Date: Wed, 18 Sep 2019 11:48:53 +0200 Subject: [PATCH] Resolve "Implement suggestions from Lucie" --- _sass/elixir/_header.scss | 2 +- elixir-theme.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/elixir/_header.scss b/_sass/elixir/_header.scss index a6fc792..8962cf4 100644 --- a/_sass/elixir/_header.scss +++ b/_sass/elixir/_header.scss @@ -10,7 +10,7 @@ padding-inline-start: 5px; } @media only screen and (min-width: $HEADER_RESPONSIVENESS_THRESHOLD) { - padding-inline-start: 250px; + padding-inline-start: 265px; } } diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 841d4d6..b8c46f8 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.9.0" + spec.version = "0.9.1" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab