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

Fixing css location

parent 90b1c051
No related branches found
Tags v0.0.8
No related merge requests found
Pipeline #11818 passed
...@@ -52,10 +52,4 @@ ...@@ -52,10 +52,4 @@
.pull-right + .pull-right{ .pull-right + .pull-right{
margin-right:4px; margin-right:4px;
}
.content-page-title>*:first-child{
flex-grow: 1;
}
.content-page-title{
display:flex;
} }
\ No newline at end of file
...@@ -48,4 +48,10 @@ body { ...@@ -48,4 +48,10 @@ body {
.container { .container {
max-width: 2490px; max-width: 2490px;
} }
}
.content-page-title>*:first-child{
flex-grow: 1;
}
.content-page-title{
display:flex;
} }
\ No newline at end of file
...@@ -7,7 +7,7 @@ readme = open('README.rst').read() ...@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup( setup(
name='django-basetheme-bootstrap', name='django-basetheme-bootstrap',
version='0.0.7', version='0.0.8',
description='Django Basetheme Bootstrap', description='Django Basetheme Bootstrap',
long_description=readme, long_description=readme,
author='Bryan Brancotte', author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment