From 118c5fa16db8e3d4b5569efb379ffe0910de710d Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 21 Aug 2024 00:04:42 +0000 Subject: [PATCH] fix: small profile picture on front page --- app/_data/FrontSection.module.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/_data/FrontSection.module.scss b/app/_data/FrontSection.module.scss index c0dfe18..58cf6b1 100644 --- a/app/_data/FrontSection.module.scss +++ b/app/_data/FrontSection.module.scss @@ -50,10 +50,12 @@ margin-right: 48px; margin-bottom: 12px; + width: calc(100% - 48px); + max-width: 512px; + .main { border-radius: $borderRadiusCircular; - max-width: 512px; width: 100%; height: auto; }