Browse Source

fix footer

Alex Aragón 6 years ago
parent
commit
3b6e518d47
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Resources/public/css/base.css

+ 2 - 1
app/Resources/public/css/base.css

@@ -24,8 +24,9 @@ body {
     bottom: 0;
     width: 100%;
     /* Set the fixed height of the footer here */
-    height: 60px;
+    height: auto;
     background-color: #f5f5f5;
+    display: inline-flex;
 }
 /* Custom page CSS
 -------------------------------------------------- */