File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939}
4040
4141.navbar .is-fresh {
42+ box-shadow : none !important ;
4243 position : sticky;
4344 top : 0 ;
4445 min-height : 3.8rem ;
5051 min-height : 4rem ;
5152}
5253
53- .navbar .is-fresh .no-shadow {
54- box-shadow : none !important ;
55- }
56-
5754.navbar .is-fresh .navbar-burger {
5855 width : 4rem ;
5956 height : 4rem ;
Original file line number Diff line number Diff line change 22{{- $navbar := .Site.Params.navbar }}
33{{- $navbarLogo := .Site.Params.navbarlogo }}
44{{- $navbarLogoShow := .Site.Params.navbarlogoshow }}
5- < nav id ="nav " class ="navbar is-fresh no-shadow " role ="navigation " aria-label ="main navigation ">
5+ < nav id ="nav " class ="navbar is-fresh " role ="navigation " aria-label ="main navigation ">
66 < div class ="container is-max-widescreen ">
77 < div class ="navbar-brand ">
88 {{ if or (not .IsHome) ($navbarLogoShow) }}
You can’t perform that action at this time.
0 commit comments