From ca0430bdfc2cfaad10281c9c90e623535d8767b9 Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Wed, 3 Jul 2019 15:34:34 +0200
Subject: [PATCH] Correction in footer

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

diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss
index 7ff42ca..d7005b3 100644
--- a/_sass/elixir/_layout.scss
+++ b/_sass/elixir/_layout.scss
@@ -138,7 +138,7 @@
 #site-footer-primary {
   #site-footer-primary-wrapper {
     display: flex;
-    flex-direction: column;
+    flex-direction: row;
     flex-wrap: wrap;
     background: #3e3e3e;
     font-size: 0.875rem;
@@ -149,6 +149,7 @@
 
     @media only screen and (max-width: 600px) {
       padding-left: 2%;
+      flex-direction: column;
     }
 
     div {
diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec
index a13eb10..7235d6b 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.2.1"
+  spec.version       = "0.2.2"
   spec.authors       = ["jacek.lebioda"]
   spec.email         = ["jacek.lebioda@uni.lu"]
 
-- 
GitLab