Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libre
FediPlan
Commits
b9527b08
Commit
b9527b08
authored
Aug 10, 2019
by
Thomas
Browse files
Fix footer
parent
1467ca63
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/css/style.css
View file @
b9527b08
html
,
body
{
height
:
100%
;
}
#wrap
{
min-height
:
100%
;
}
#main_contain
{
overflow
:
auto
;
padding-bottom
:
150px
;
}
.footer
{
position
:
relative
;
margin-top
:
-150px
;
padding
:
10px
;
width
:
100%
;
clear
:
top
;
height
:
150px
;
background-color
:
#f5f5f5
;
}
#main_contain
{
display
:
table
;
width
:
100%
;
height
:
100%
;
}
\ No newline at end of file
templates/base.html.twig
View file @
b9527b08
...
...
@@ -27,11 +27,11 @@
</head>
<body>
<div
id=
"wrap"
>
<div
class=
"container"
style=
"margin-top: 80px;"
id=
"main_contain"
>
{%
block
content
%}{%
endblock
%}
</div>
</div>
<footer
class=
"footer"
>
<div
class=
"container"
>
...
...
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