diff --git a/assets/style/style.css b/assets/style/style.css index ca3e79d..acbb769 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -106,6 +106,13 @@ nav { /* Set the navbar to have highest priority so it shows above all other elements */ z-index: 1000; } + +.nav-item:first-child { + border-bottom-left-radius: 10px; +} + +.nav-item:last-child { + border-bottom-right-radius: 10px; } nav a:link,