]> git.parisson.com Git - mezzo.git/commitdiff
Add a minimum height to the pages
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 3 Nov 2016 09:05:10 +0000 (10:05 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 3 Nov 2016 09:05:10 +0000 (10:05 +0100)
app/static/src/sass/modules/_page.scss

index 3848821be13b7b6d0e958dfcae0509b94def7f92..d9f68ebf4ff1b987bd775e64cd958c3a3ab6d67b 100644 (file)
@@ -2,6 +2,12 @@ $module: ".page";
 
 #{$module} {
 
+    min-height: 500px;
+    
+    @include mq($until: sm) {
+        min-height: 0;
+    }
+
     &__sidebar {
 
         @include mq($until: sm) {