From 6064a5fb6fc8e25c1f80c11141d89aaf519bd48e Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Tue, 24 Sep 2024 10:13:49 +0200
Subject: [PATCH] increase image size

---
 static/page.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/page.css b/static/page.css
index 9a95057..21db085 100644
--- a/static/page.css
+++ b/static/page.css
@@ -552,8 +552,8 @@ body{
 
 .roster-head {
     border-radius: 50%;
-    width: 300px;
-    height: 300px;
+    width: 600px;
+    height: 600px;
     overflow: hidden;
 }
 .roster-head>img{
-- 
GitLab