From 83832298c528e5f65da30fb6b2251bc9ad7e4f30 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:29:50 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index 4ed1c08e..e806f9fa 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -183,6 +183,10 @@ a { border: 5px solid var(--background); } +.user-profile .user-pp { + height: 8em; +} + .row { display: inline-block; background-color: var(--banner-background);