Skip to content

Commit

Permalink
#181: Fix styling of NavigationBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianHanfland committed Dec 5, 2024
1 parent 3a8e3d5 commit 79247b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/versions/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const NavigationBar = () => {
return (
<nav
className="navbar navbar-expand-lg navbar-light bg-light justify-content-between"
style={{ height: '15vh' }}
style={{ height: '150px' }}
>
<div>
<MapVersionSelection />
Expand Down

0 comments on commit 79247b4

Please sign in to comment.