File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 {{ footer_custom }}
1212
1313 {% if site.last_edit_timestamp or site.gh_edit_link %}
14- < div class ="d-flex mt-2 ">
14+ < div class ="d-flex mt-5 ">
1515 {% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %}
1616 < p class ="text-small text-grey-dk-000 mb-0 mr-2 ">
1717 Page last modified: < span class ="d-inline-block "> {{ page.last_modified_date | date: site.last_edit_time_format }}</ span > .
Original file line number Diff line number Diff line change 5454 }
5555 }
5656
57- // Don't display the sidebar footer when the sidebar is gone, since
58- // it says the same thing as the other footer
5957 .site-footer {
60- display : none ;
61-
62- @include mq (md) {
63- display : block ;
58+ img {
59+ max-width : 100px ;
60+ @include mq (md) {
61+ max-width : none ;
62+ }
6463 }
6564 }
65+
6666}
6767
6868.main {
You can’t perform that action at this time.
0 commit comments