Skip to content

Commit

Permalink
added basic styling for Navbar component
Browse files Browse the repository at this point in the history
  • Loading branch information
erinwolff committed Jan 29, 2024
1 parent dc0eccf commit ad96cb9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,15 @@
max-height: calc(90% - 1.2em);
margin-top: 5px; /* Adjust this if needed */
animation-delay: 1.5s; /* Starts fading in after 1.5s */
}

.Navbar {
display: flex;
justify-content: center;
}

.navButton {
width: 10em;
height: 3em;
margin: 1em;
}

0 comments on commit ad96cb9

Please sign in to comment.