From b7045dd546b4bfb26aaa8f4213622f7994beb4d1 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 23 Sep 2024 15:26:29 +0200 Subject: [PATCH] roster bg image --- static/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/page.css b/static/page.css index 6a30e81..8345052 100644 --- a/static/page.css +++ b/static/page.css @@ -490,7 +490,7 @@ body{ top: 0; width: 100%; height: 3000px; - background: url("https://static.igem.wiki/teams/5054/team-picture.jpeg"); + background: url("https://static.igem.wiki/teams/5054/img-8014-2.jpg"); background-size: contain; background-position: top center; background-repeat: no-repeat; -- GitLab