Skip to content

Commit

Permalink
Merge pull request #103 from Vats-shivam/fix/nav-responsive
Browse files Browse the repository at this point in the history
made navbar design responsive to other devices resolutions
  • Loading branch information
maitri-vv authored Oct 30, 2023
2 parents 9142777 + 0cec605 commit 8a70e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ p {
display: flex;
justify-content: center;
align-items: center;
margin-left:2rem
}

.navbar-brand {
Expand All @@ -204,7 +205,7 @@ p {
}

.nav-item {
padding: 0 25px;
padding: 0 2%;
text-align: left;

font-size: 20vw;
Expand Down

0 comments on commit 8a70e1b

Please sign in to comment.