From 9236edfdf3a9457a17c8a2e9f96047e1303c6acd Mon Sep 17 00:00:00 2001 From: Ash Entwisle Date: Thu, 26 Oct 2023 17:15:12 +0100 Subject: [PATCH] fixed css Signed-off-by: Ash Entwisle --- src/styles.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 68cab3b..2acb2ee 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -158,23 +158,24 @@ main { .exec-pfp { - // center image - display: flex; + // center image; justify-content: center; align-items: center; - } img { - box-sizing: content-box; + box-sizing: border-box; - height: 175px; - width: 175px; margin-right: 25px; - // round corners border-radius: 20px; + min-height: 175px; + min-width: 175px; + + max-width: 175px; + max-height: 175px; + @apply bg-mono_5; &:hover {