From 001f43646733f3a53e7eff76e8bd7b2dd11b5a9f Mon Sep 17 00:00:00 2001 From: "jacek.lebioda" <jacek.lebioda@uni.lu> Date: Tue, 2 Jul 2019 11:03:50 +0200 Subject: [PATCH] Alignment corrections --- _sass/elixir/_layout.scss | 3 +++ elixir-theme.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss index 399220d..87de1e5 100644 --- a/_sass/elixir/_layout.scss +++ b/_sass/elixir/_layout.scss @@ -138,6 +138,7 @@ div { margin-left: 15px; margin-right: 15px; + min-width: 200px; .site-footer-primary-logo { padding-top: 10px; @@ -148,6 +149,7 @@ font-size: 1.15rem; color: #ebebeb; transition: color 0.15s; + margin-bottom: 5px; a { color: #ebebeb; @@ -203,6 +205,7 @@ ul { list-style: none; + padding-inline-start: 0px; padding-right: 100px; li { diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index af87b03..a611f0f 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.16" + spec.version = "0.1.17" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab