Browse Source

pied de page d'accueil fixe

Hugo Roy 9 years ago
parent
commit
5b92e40102
1 changed files with 6 additions and 0 deletions
  1. 6 0
      _sass/page.scss

+ 6 - 0
_sass/page.scss

@@ -671,6 +671,12 @@ $button-size: 1.5rem;
 			@include suffix(12,3.5);
 		}
 	}
+    .home & {
+        padding: 10px 0;
+        position: fixed;
+        bottom: 0;
+        background-color: $bodycolor;
+    }
 }
 
 /* Related articles list */