Browse Source

Réduction de la taille de l'image d'accueil - ça faisait vraiment mégalo

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

+ 6 - 0
_sass/page.scss

@@ -333,6 +333,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;
+}
 
 /* Post byline */
 .byline {