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