From 0b9836bcd42a09d7cc867e12ff99a5ab7a508995 Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 13 Jan 2021 10:34:12 +0000 Subject: [PATCH] updating profile box --- themes/nipponalba/static/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/nipponalba/static/css/style.css b/themes/nipponalba/static/css/style.css index 70d0d10..280ee84 100644 --- a/themes/nipponalba/static/css/style.css +++ b/themes/nipponalba/static/css/style.css @@ -331,7 +331,7 @@ main { box-shadow: 0 2px 3px var(--shadow-colour); border: 1px solid var(--border-colour); border-radius:15px; - height: 1030px; + height: 990px; grid-column: 2; max-width:250px; width:rgb(255, 0, 0);px; @@ -339,9 +339,10 @@ main { display:table; } .profile img{ - width:230px; + width:150px; border-radius: 5px; display:block; + margin: 0 auto; } .profile .title{ font-size: 1.2rem;