Skip to content
Snippets Groups Projects
Commit 05080c99 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

prevent logo shift when scrolling in low width screen

parent 2de45d03
No related branches found
No related tags found
No related merge requests found
Pipeline #68578 passed
......@@ -366,6 +366,7 @@ header.scrolled .header__logo-wrapper {
padding: 0;
margin-left: -160px;
}
header.scrolled .navbar .header__logo-wrapper img,
header .navbar .header__logo-wrapper img {
height: 30px;
margin-top: 5px;
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.70',
version='0.2.71',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment