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
b00857a7
Commit
b00857a7
authored
Nov 02, 2021
by
Bryan BRANCOTTE
Browse files
fix css priority, smaller footer
parent
158af038
Changes
1
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
b00857a7
@media
(
max-width
:
767px
){
.footer__section
+
.footer__section
,
.footer__section
{
min-height
:
2em
;
}
.header__top
{
display
:
none
;
}
body
{
padding-top
:
calc
(
41px
)
!important
;
}
}
.href-break-all
a
[
href
],
a
[
href
]
.href-break-all
{
word-break
:
break-all
!important
;
}
...
...
@@ -866,4 +853,20 @@ a.bg-secondary:focus {
.text-muted
a
{
color
:
#66b0ff
;
}
@media
(
max-width
:
767px
){
.footer__section
+
.footer__section
,
.footer__section
{
min-height
:
2em
;
}
.header__top
{
display
:
none
;
}
body
{
padding-top
:
calc
(
41px
)
!important
;
}
footer
{
padding
:
0
;
}
}
\ No newline at end of file
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