Skip to content

Commit

Permalink
Adjusted top bar CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
galviset committed Sep 27, 2024
1 parent 062aeb3 commit 201444a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/nav_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.nav-items > ul > li {
margin-left: 17px;
margin-left: 14px;
}

.nav-items > ul > li > a {
Expand Down Expand Up @@ -197,5 +197,6 @@
align-items: center;
justify-content: space-between;
width: 50%;
gap: 20px;
gap: 15px;
padding-left: 10px;
}

0 comments on commit 201444a

Please sign in to comment.