Browse Source

pied de page pour petits ecrans ou zoom

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

+ 8 - 6
_sass/page.scss

@@ -681,13 +681,15 @@ $button-size: 1.5rem;
 		}
 	}
     .home & {
-        padding-bottom: 0;
-        position: fixed;
-        bottom: 0;
+		@media #{$small} {
+            padding-bottom: 0;
+            position: fixed;
+            bottom: 0;
 
-        footer {
-            padding: 10px 0;
-            background-color: $bodycolor;
+            footer {
+                padding: 10px 0;
+                background-color: $bodycolor;
+            }
         }
     }
 }