File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 < div class ="hamburger-icon ">
1313 < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 "> < path d ="M0 0h24v24H0z " fill ="none "/> < path d ="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z "/> </ svg >
1414 </ div >
15- < input class ="hamburger-click " aria-label ="site menu " type ="checkbox " />
15+ < input class ="hamburger-click " aria-label ="toggle site menu " aria-controls =" primary- menu " type ="checkbox " />
1616 < ul id ="primary-menu " class ="flex ">
1717 {{ $currentPage := . }}
1818 {{ range .Site.Menus.nav }}
Original file line number Diff line number Diff line change 147147
148148.hamburger-click {
149149 cursor : pointer ;
150+ height : 45px ;
151+ width : 45px ;
150152 opacity : 0.0 ;
151153 z-index : 2 ;
152154 position : absolute ;
153- top : 36 px ;
154- right : 40 px ;
155+ top : 20 px ;
156+ right : 24 px ;
155157}
156158
157159@media screen and (max-width : 825px ) {
You can’t perform that action at this time.
0 commit comments