From 3f97d841a085ce2e308b839b32c350deb780f95d Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Tue, 24 Sep 2024 10:21:51 +0200 Subject: [PATCH] increase image size --- static/page.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/page.css b/static/page.css index 21db085..5ca3751 100644 --- a/static/page.css +++ b/static/page.css @@ -530,6 +530,7 @@ body{ color: #C6EBE8; } .roster-pagecontent { + width; 71%; transform: translateX(0%); margin: 12vw auto 50px; position: relative; @@ -614,9 +615,9 @@ body{ } } @media screen and (max-width:1100px){ - .roster-head{ - width: 130px; - height: 130px; + .roster-head { + width: 100px; + height: 100px; } .roster-name{ font-size: 16px; -- GitLab