From 6383d7cabd67c73bab7165593862621174586cf3 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 12 Jan 2021 11:21:36 +0100
Subject: [PATCH] fix cellphone icon aspect

---
 .../static/css/basetheme_bootstrap4_pasteur.css               | 4 ++--
 setup.py                                                      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
index 00d897e..9e30737 100644
--- a/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
+++ b/basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
@@ -367,9 +367,9 @@ header.scrolled .header__logo-wrapper {
         margin-left: -160px;
     }
     header .navbar .header__logo-wrapper img {
-        height: 39px;
+        height: 30px;
         margin-top: 5px;
-        margin-left: 95px;
+        margin-left: 175px;
     }
 }
 header.scrolled .header__logo-wrapper img{
diff --git a/setup.py b/setup.py
index 857bc40..4730ebf 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
 
 setup(
     name='django-basetheme-bootstrap',
-    version='0.2.48',
+    version='0.2.49',
     description='Django Basetheme Bootstrap',
     long_description=readme,
     author='Bryan Brancotte',
-- 
GitLab