CSS: Fix footer in the middle of the page

pull/3732/head
Julio Montoya 5 years ago
parent 7671981430
commit fdbb032858
  1. 8
      app/Resources/public/css/base.css

@ -45,6 +45,14 @@ body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
body > main footer.footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
.footer {
bottom: 0;
width: 100%;

Loading…
Cancel
Save