From 20c7daf341ef60f5d9b48c0b0938075e222e90eb Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Fri, 21 Jan 2022 13:30:36 +0100
Subject: [PATCH] feat: more small changes

---
 _includes/policy.html     | 11 ++++++++++-
 _sass/elixir/_layout.scss |  1 -
 elixir-theme.gemspec      |  2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/_includes/policy.html b/_includes/policy.html
index 0e439ae..89e448e 100644
--- a/_includes/policy.html
+++ b/_includes/policy.html
@@ -1 +1,10 @@
-<li><span id="doNotTrack-text"></span><a href="{{ '/privacy/cookies' | relative_url }}">Cookies</a> - <a href="javascript: showBanner();">change settings</a><br>&nbsp;&nbsp;(<span id="gdpr-result-text"></span>)</span></li>
\ No newline at end of file
+<li>
+    <a href="{{ '/privacy/cookies' | relative_url }}">
+        Cookies</a> - 
+    <a href="javascript: showBanner();">
+        change settings</a>
+        <br>&nbsp;&nbsp;(<span id="gdpr-result-text"></span>)</span>
+</li>
+<li>
+    <span id="doNotTrack-text"></span>
+</li>
\ No newline at end of file
diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss
index 32b439a..0c9dea2 100644
--- a/_sass/elixir/_layout.scss
+++ b/_sass/elixir/_layout.scss
@@ -186,7 +186,6 @@ table {
 }
 
 div.post {
-  width: 100%;
   border-left: solid 20px #f4f4f4;
   border-bottom: solid 6px #f4f4f4;
   padding-left: 15px;
diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec
index d82719f..78ea007 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.10.4"
+  spec.version       = "0.10.5"
   spec.authors       = ["jacek.lebioda"]
   spec.email         = ["jacek.lebioda@uni.lu"]
 
-- 
GitLab