From f594e8918bd7629240656b30e9b1750aa4657d41 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Thu, 6 Apr 2023 23:59:45 -0400 Subject: [PATCH] Center avatar labels --- src/handbook/src/css/widgets/Character.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/handbook/src/css/widgets/Character.scss b/src/handbook/src/css/widgets/Character.scss index 1a30cb049..5d161d3ee 100644 --- a/src/handbook/src/css/widgets/Character.scss +++ b/src/handbook/src/css/widgets/Character.scss @@ -3,7 +3,7 @@ flex-direction: column; max-width: 100px; - max-height: 150px; + max-height: 125px; border-radius: 15px; height: 100%; @@ -15,22 +15,22 @@ width: 100%; height: 100%; - max-width: 100px; - max-height: 100px; + max-width: 96px; + max-height: 96px; } .Character_Label { display: flex; - align-items: center; justify-content: center; + align-items: center; + background-color: var(--secondary-color); max-width: 100px; - height: 50px; + height: 30px; p { font-size: 18px; text-align: center; - height: 100%; } }