From 104b23c7f789a7c1c198672f3acebe375d6e1c01 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Fri, 14 Jan 2022 07:37:34 +0000 Subject: [PATCH] get rid of width constraint on hero-image this makes non-square profile pictures look way better --- static/css/layout.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/layout.css b/static/css/layout.css index 89cb6aa..a00a62c 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -50,7 +50,6 @@ footer { .hero-image { height: 10rem; - width: 10rem; border-radius: 6px; }