From b21d968fe9a85a0ff3b3ad6ccad839e1b8a1ea21 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 30 Sep 2024 14:53:00 +0200 Subject: [PATCH] image resize --- static/homepage.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/homepage.css b/static/homepage.css index ea9584b..b244f6f 100644 --- a/static/homepage.css +++ b/static/homepage.css @@ -200,7 +200,9 @@ height: 526.094px; flex-shrink: 0; border-radius: 33.854px; - background: url("https://static.igem.wiki/teams/5054/tu-delft-logo-svg.png"), 50% / cover no-repeat; + background: url("https://static.igem.wiki/teams/5054/tu-delft-logo-svg.png"); + background-size: contain; + background-repeat: no-repeat; opacity: 1; transition: all 0.5s linear; } -- GitLab