diff --git a/static/page.css b/static/page.css index edf81bdbd5542129d39043c63a19baab02491293..0f213cc5e3f61c494f1bedf81c82165dc600a66c 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 */