From 774699d0f6b9fccbda6d187d0ed07c03a6a23f9e Mon Sep 17 00:00:00 2001 From: Paolo Bautista Date: Mon, 25 Apr 2022 13:10:59 -0400 Subject: [PATCH] Final Project Commit --- final-project/css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/final-project/css/main.css b/final-project/css/main.css index aac4412..c768f76 100644 --- a/final-project/css/main.css +++ b/final-project/css/main.css @@ -90,7 +90,11 @@ textarea { box-sizing: border-box; font-family: 'Exo', sans-serif; } - html, body{ overflow-x: hidden; max-width: 100%} + html, body{ + overflow-x: hidden; + max-width: 100%; + position:relative; + } #main-menu {