From 4da62d996fbc2aa656fb6858acfdd078e054ada8 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 4 Jan 2022 12:59:16 +0000 Subject: [PATCH] 250px height for hero images is a good compromise --- static/css/gmgauthier.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/gmgauthier.css b/static/css/gmgauthier.css index 65d6262..c251909 100644 --- a/static/css/gmgauthier.css +++ b/static/css/gmgauthier.css @@ -157,7 +157,7 @@ div.note .featured-image { width: 90%; - height: 375px; + height: 250px; border-color: #777777; border-width: thin; border-style: solid;