Skip to content

Commit a160f39

Browse files
committed
Remove navbar shadow
Signed-off-by: lucperkins <[email protected]>
1 parent 5439c08 commit a160f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{ $logo := site.Params.logos.navbar }}
55
{{ $menu := site.Menus.main }}
66
{{ $social := site.Params.social }}
7-
<nav class="navbar is-primary is-fixed-top has-shadow" role="navigation" aria-label="main navigation">
7+
<nav class="navbar is-primary is-fixed-top" role="navigation" aria-label="main navigation">
88
<div class="container">
99
<div class="navbar-brand">
1010
<a class="navbar-item" href="{{ $home }}">

0 commit comments

Comments
 (0)