Browse Source

Logotype d'accueil plus gros pour petits écrans

Mais toujours pas trop énorme pour grands écrans afin de pas passer pour des mégalos
Hugo Roy 9 years ago
parent
commit
55cb4cec2e
1 changed files with 6 additions and 3 deletions
  1. 6 3
      _sass/page.scss

+ 6 - 3
_sass/page.scss

@@ -335,9 +335,12 @@ $button-size: 1.5rem;
 }
 /* Large feature image fix for the home page */
 .home .image-wrap img {
-    max-width: 50%;
-    margin-top: 1.5em;
-    margin-bottom: 1.5em;
+    max-width: 100%;
+    @media #{$large} {
+        max-width: 50%;
+        margin-top: 1.5em;
+        margin-bottom: 1.5em;
+    }
 }
 
 /* Post byline */