From 7c1e2f6bc919092a4f7d7db7e1067a3ac16fd376 Mon Sep 17 00:00:00 2001 From: Nathan95567 Date: Thu, 23 Nov 2023 22:48:12 -0800 Subject: [PATCH] Updated website --- homepage/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homepage/assets/css/style.css b/homepage/assets/css/style.css index ba92eca..c1065a3 100644 --- a/homepage/assets/css/style.css +++ b/homepage/assets/css/style.css @@ -96,7 +96,7 @@ body{ transform: translateY(-5px); } } -#title, #navbar, #profile_pic, #name, #title, #context_channel, #bottombar, .map{ +#title, #navbar, #profile_pic, #name, #title, #context_channel, #bottombar, #maparea{ display: flex; /* Use flexbox to center horizontally */ justify-content: center; /* Center content horizontally */ align-items: center; /* Center content vertically */ @@ -119,6 +119,6 @@ body{ .hidden { display: none; } -/* .map{ +.map{ width:200px -} */ \ No newline at end of file +} \ No newline at end of file