File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1616 max-width : 1152px ;
1717 }
1818}
19- @media screen and (min-width : 1408px ) {
20- .container : not (.is-max-widescreen ) {
21- max-width : 1344px ;
22- }
23- }
2419@media screen and (max-width : 768px ) {
2520 .is-hidden-mobile {
2621 display : none !important ;
Original file line number Diff line number Diff line change 77{{- $navbarLogo := .Site.Params.navbarlogo }}
88
99< footer id ="footer ">
10- < div class ="container is-max-widescreen ">
10+ < div class ="container ">
1111 < div id ="footer-columns ">
1212 < div id ="footer-logo-column ">
1313 < img id ="footer-logo " src ="{{ printf "/images/%s" $logo | relURL }}" alt="{{ $title }} logo. {{ $navbarLogo.altText }}">
Original file line number Diff line number Diff line change 33{{- $navbarLogo := .Site.Params.navbarlogo }}
44{{- $navbarLogoShow := .Site.Params.navbarlogoshow }}
55< nav id ="nav " class ="navbar " role ="navigation " aria-label ="main navigation ">
6- < div class ="container is-max-widescreen ">
6+ < div class ="container ">
77 < div class ="navbar-brand ">
88 {{ if or (not .IsHome) ($navbarLogoShow) }}
99 {{- if $navbarLogo}}
You can’t perform that action at this time.
0 commit comments