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

improving second navbar

WIP #2
parent 5dc269b4
No related branches found
No related tags found
No related merge requests found
Pipeline #14196 passed with stage
in 1 minute and 56 seconds
......@@ -197,6 +197,7 @@ header *{
header.scrolled .main-nav a {
padding-top: 5px;
margin-top: 5px;
}
header.scrolled .header__middle{
......@@ -209,6 +210,7 @@ header.scrolled .header__logo-wrapper{
}
header.scrolled .header__face {
height: 39px;
margin-left: 154px;
/*overflow: hidden;/**/
}
header.scrolled .header__logo-wrapper {
......@@ -217,7 +219,7 @@ header.scrolled .header__logo-wrapper {
header.scrolled .header__logo-wrapper img{
height: 39px;
margin-top: 5px;
margin-left: 63px;
margin-left: 95px;
}
header.scrolled .header__middle{
background-size: auto 39px;
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.12',
version='0.2.13',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment