From 398cb72ffd20d86f9123bbf78bfe24c7266a1d84 Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Wed, 25 Sep 2024 13:40:37 +0200 Subject: [PATCH] move page content --- static/page.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/page.css b/static/page.css index cc9bad8..4f573cc 100644 --- a/static/page.css +++ b/static/page.css @@ -261,13 +261,13 @@ body{ .pagecontent { background: #05BE85; padding: 30px 5%; - margin-right: 0; + margin-right: 100px; margin-bottom: 100px; position: relative; overflow: hidden; max-width: 1600px; - transform: translateY(10vh); - border-radius: 50px; + /* transform: translateY(10vh); */ + border-radius: 5px; } .pagecontent .h{ width: 100%; -- GitLab