Skip to content

Commit

Permalink
Fix toggleButton to align with other navbar elements (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
infernodragon456 authored Oct 27, 2024
1 parent 6bde87e commit 39983e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ footer a:hover {
border: none;
cursor: pointer;
transition: transform 0.3s;
margin-top: 0.5rem;
}

.toggle-btn:hover {
Expand Down
1 change: 1 addition & 0 deletions src/css/form.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ footer a:hover {
border: none;
cursor: pointer;
transition: transform 0.3s;
margin-top: 0.5rem;
}
.contact-btn,
.surprise-btn,
Expand Down
2 changes: 2 additions & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ header {

#toggleButton {
margin-right: 1rem;
margin-top: 0.5rem;
padding: 0.5rem;
}

.search-container {
Expand Down
Loading

0 comments on commit 39983e7

Please sign in to comment.