Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
05080c99
Commit
05080c99
authored
Nov 02, 2021
by
Bryan BRANCOTTE
Browse files
prevent logo shift when scrolling in low width screen
parent
2de45d03
Pipeline
#68578
passed with stage
in 4 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
05080c99
...
...
@@ -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
;
...
...
setup.py
View file @
05080c99
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.7
0
'
,
version
=
'0.2.7
1
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment