Skip to content
GitLab
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
f7df62e3
Commit
f7df62e3
authored
Sep 06, 2019
by
Bryan BRANCOTTE
Browse files
Fixing too large footer on low width screen
parent
ecf54895
Pipeline
#14391
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
f7df62e3
...
...
@@ -406,6 +406,11 @@ footer{
font
:
12px
"BrandonGrotesqueReg"
,
"Arial"
,
"Helvetica"
,
sans-serif
;
line-height
:
21px
;
}
@media
(
max-width
:
768px
){
footer
.inner-wrap
{
flex-direction
:
column
;
}
}
footer
.inner-wrap
{
max-width
:
1200px
;
margin
:
0px
auto
;
...
...
@@ -425,6 +430,7 @@ footer .inner-wrap {
.footer__section
:last-child
{
flex
:
0
1
auto
;
}
@media
(
min-width
:
960px
){
.footer__address
::before
{
content
:
""
;
display
:
inline-block
;
...
...
@@ -435,6 +441,7 @@ footer .inner-wrap {
margin-right
:
40px
;
float
:
left
;
}
}
.footer__address
.footer__logo
{
display
:
inline-block
;
margin-top
:
20px
;
...
...
@@ -443,7 +450,8 @@ footer .inner-wrap {
margin-right
:
40px
;
display
:
inline-block
;
vertical-align
:
middle
;
min-width
:
400px
;
/*min-width: 400px;*/
margin-left
:
50px
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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