From c9e39bf9289844351c560b00cd446acefd133675 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 23 Sep 2024 12:21:25 +0200 Subject: [PATCH] attributions --- static/page.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/page.css b/static/page.css index edf81bd..0f213cc 100644 --- a/static/page.css +++ b/static/page.css @@ -635,15 +635,14 @@ body{ /* upon */ /* css for attribution page */ -.attr-pagecontainer{ +.attr-pagecontainer { position: relative; justify-content: center; margin: 20vh auto 20px; width: 88%; background-color: #185A4F; - border-radius: 30px 30px 0px 0px; - overflow: hidden; - box-shadow: 0px 0px 10px 10px #185A4F; + border-radius: 0px 0px 0px 0px; + box-shadow: 0px 0px 0px 0px #185A4F; } /* upon */ -- GitLab