Skip to content

Commit

Permalink
removed navbar curved borders for tablet resolutions > 580px < 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed May 28, 2024
1 parent 5c97761 commit bde2fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ textarea.form-input::-webkit-resizer { display: none; }
* #NAVBAR
*/

.navbar { border-radius: 20px 20px 0 0; }
.navbar { border-radius: 0 0 0 0; }

.navbar-list { gap: 20px; }

Expand Down

0 comments on commit bde2fec

Please sign in to comment.