File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 22< footer class ="footer ">
33 < div class ="container ">
44 < div class ="row align-items-center flex-row-reverse ">
5- < div class ="col-auto ml-auto ">
5+ < div class ="col-auto ml-lg- auto ">
66 < div class ="row align-items-center ">
77 < div class ="col-auto ">
88 < ul class ="list-inline list-inline-dots mb-0 ">
Original file line number Diff line number Diff line change 11{% assign user = site.data.users[40] %}
2- < div class ="header py-lg- 4 ">
2+ < div class ="header py-4 ">
33 < div class ="container ">
44 < div class ="d-flex ">
55 < a class ="header-brand " href ="{{ site.base }}/index.html ">
7474 </ div >
7575 </ div >
7676
77- < a class ="header-toggler d-lg-none " data-toggle ="collapse " data-target ="#headerMenuCollapse ">
77+ < a href =" # " class ="header-toggler d-lg-none ml-3 ml-lg-0 " data-toggle ="collapse " data-target ="#headerMenuCollapse ">
7878 < span class ="header-toggler-icon "> </ span >
79- zzz
8079 </ a >
8180 </ div >
8281 </ div >
Original file line number Diff line number Diff line change 33 {% assign menu_levels = layout.menu | default: page.menu | split: '.' %}
44
55 {% for item in menu %}
6- < li class ="nav-item d-block ">
6+ < li class ="nav-item ">
77 {% assign index = item[0] %}
88 {% assign data = item[1] %}
99 < a href ="{% if data.url %}{% if data.url != '#' %}{{ site.base }}/{% endif %}{{ data.url }}{% else %}javascript:void(0){% endif %} " class ="nav-link{% if menu_levels[0] == index %} active{% endif %}{% if data.disabled %} disabled{% endif %} "> {% if data.icon %}< i class ="{{ data.icon }} "> </ i > {% endif %} {{ data.name }}{% if data.count %} < span class ="badge badge-pill bg-primary text-white ml-2 "> {{ data.count }}</ span > {% endif %}</ a >
Original file line number Diff line number Diff line change 101101 border-radius : 50% ;
102102 }
103103 }
104+ }
105+
106+ .header-toggler {
107+ width : 2rem ;
108+ height : 2rem ;
109+ position : relative ;
110+ color : $text-muted ;
111+
112+ & :hover {
113+ color : $text-muted-dark ;
114+ }
115+ }
116+
117+ .header-toggler-icon {
118+ position : absolute ;
119+ width : 1rem ;
120+ height : 2px ;
121+ color : inherit ;
122+ background : currentColor ;
123+ border-radius : 3px ;
124+ top : 50% ;
125+ left : 50% ;
126+ margin : -2px 0 0 -.5rem ;
127+ box-shadow : 0 5px currentColor , 0 -5px currentColor ;
104128}
You can’t perform that action at this time.
0 commit comments