Skip to content

Commit

Permalink
Updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan95567 committed Nov 24, 2023
1 parent f7336d2 commit 7c1e2f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homepage/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -119,6 +119,6 @@ body{
.hidden {
display: none;
}
/* .map{
.map{
width:200px
} */
}

0 comments on commit 7c1e2f6

Please sign in to comment.