File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88{% include date-format.html %}
99
1010< div id ="page-category ">
11- < h1 >
11+ < h1 class =" pl-lg-2 " >
1212 < i class ="far fa-folder-open fa-fw text-muted "> </ i >
1313 {{ page.title }}
1414 < span class ="lead text-muted pl-2 "> {{ site.categories[page.category] | size }}</ span >
Original file line number Diff line number Diff line change 88{% include date-format.html %}
99
1010< div id ="page-tag ">
11- < h1 >
11+ < h1 class =" pl-lg-2 " >
1212 < i class ="fa fa-tag fa-fw text-muted "> </ i >
1313 {{ page.title }}
1414 < span class ="lead text-muted pl-2 "> {{ site.tags[page.tag] | size }}</ span >
Original file line number Diff line number Diff line change 5555}
5656
5757@media all and (max-width : 576px ) {
58+
59+ #page-category ul >li ::before ,
60+ #page-tag ul >li ::before {
61+ margin : 0 .5rem ;
62+ }
63+
5864 #page-tag ul >li >a ,
5965 #page-category ul >li >a {
6066 white-space : nowrap ;
6167 overflow : hidden ;
6268 text-overflow : ellipsis ;
6369 }
70+
6471}
You can’t perform that action at this time.
0 commit comments