]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.scss
Optionnal footer support
[github/bastienwirtz/homer.git] / app.scss
index 476ee09121170ab970a4d2ba9f22b2115f872769..a0b1d42dcdfaec20d08d1c855412fb7f5e105407 100644 (file)
--- a/app.scss
+++ b/app.scss
@@ -302,6 +302,16 @@ body {
     transition: background-color cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
   }
 
+  .no-footer {
+    #main-section {
+      margin-bottom: 0;
+    }
+    
+    .footer {
+      display: none;
+    }
+  }
+
   .search-bar {
     position: relative;
     display: inline-block;