Browse Source

Règles css seuement à l'intérieur du pied de page

Hugo Roy 9 years ago
parent
commit
7779db681d
1 changed files with 6 additions and 2 deletions
  1. 6 2
      _sass/page.scss

+ 6 - 2
_sass/page.scss

@@ -672,10 +672,14 @@ $button-size: 1.5rem;
 		}
 	}
     .home & {
-        padding: 10px 0;
+        padding-bottom: 0;
         position: fixed;
         bottom: 0;
-        background-color: $bodycolor;
+
+        footer {
+            padding: 10px 0;
+            background-color: $bodycolor;
+        }
     }
 }