From 1f5403271026e8af2bd1694831377e42412e263a Mon Sep 17 00:00:00 2001 From: Murdock9803 Date: Wed, 10 Jan 2024 19:28:04 +0530 Subject: [PATCH] added padding and positioning on top --- docs/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/style.css b/docs/style.css index e22a237..f5142cf 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,7 +1,7 @@ body { font-family: sans-serif; margin: 0; -padding: 0; +padding: 30px 0 0; } /* STYLES FOR GLOBAL HEADER */ @@ -13,7 +13,8 @@ padding: 0; #global-header { font-family: 'Source Sans Pro', sans-serif; - position: relative; + position: absolute; + top: 0; background-color: #000000; color: #ffffff; padding: 2.5% 7.5% 2.5%;