Skip to content

Commit

Permalink
Merge pull request #84 from stktyagi/#83-no-space-at-the-left-boundar…
Browse files Browse the repository at this point in the history
…y-on-hovering-nav-elements.-BUG-Fixed

padded navbar links
  • Loading branch information
nown1ne committed Oct 5, 2023
2 parents 0ede35e + 5565fd9 commit 889fef7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ button {
.custom-button {
padding: 0.25em 0.75em;
}
.nav-link {
padding-left: 8.2px !important;
}
}

.subscribe-button{
Expand Down Expand Up @@ -432,6 +435,9 @@ button {
.nav-item {
display: none;
}
.nav-link {
padding-left: 20px !important;
}
}

/* Media query footer ends*/
Expand Down

0 comments on commit 889fef7

Please sign in to comment.