diff --git a/sass/styles/components/navbar.scss b/sass/styles/components/navbar.scss index f27cfaf..6ba936b 100644 --- a/sass/styles/components/navbar.scss +++ b/sass/styles/components/navbar.scss @@ -17,6 +17,10 @@ & > li { display: inline-block; + + .dropdown-menu { + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; + } } .separator { diff --git a/templates/components/navbar.html b/templates/components/navbar.html index 7329913..0b493c7 100644 --- a/templates/components/navbar.html +++ b/templates/components/navbar.html @@ -10,9 +10,18 @@
  • |
  • Blog
  • |
  • -
  • More
  • -
  • |
  • -
  • Profiles
  • + {# +
  • |
  • #} +
  • Contact

  • \ No newline at end of file