Provide a height for the page footer
Sebastian Hahn

Sebastian Hahn commited on 2015-11-25 17:27:26
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -32,7 +32,7 @@
32 32
     }
33 33
 
34 34
     body {
35
-      margin-bottom: 60px;
35
+      margin-bottom: 65px;
36 36
     }
37 37
 
38 38
     .footer {
... ...
@@ -40,7 +40,7 @@
40 40
       bottom: 0;
41 41
       width: 100%;
42 42
       /* Set the height of the footer here */
43
-      height: auto;
43
+      height: 65px;
44 44
       padding-top: 10px;
45 45
       padding-bottom: 10px;
46 46
       background-color: #f5f5f5;
47 47