Skip to content

Commit

Permalink
Add it back and make it the right size
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik327 committed Oct 7, 2024
1 parent 03b7263 commit 03f28cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _includes/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ footer_custom }}

{% if site.last_edit_timestamp or site.gh_edit_link %}
<div class="d-flex mt-2">
<div class="d-flex mt-5">
{% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %}
<p class="text-small text-grey-dk-000 mb-0 mr-2">
Page last modified: <span class="d-inline-block">{{ page.last_modified_date | date: site.last_edit_time_format }}</span>.
Expand Down
12 changes: 6 additions & 6 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
}
}

// Don't display the sidebar footer when the sidebar is gone, since
// it says the same thing as the other footer
.site-footer {
display: none;

@include mq(md) {
display: block;
img {
max-width: 100px;
@include mq(md) {
max-width: none;
}
}
}

}

.main {
Expand Down

0 comments on commit 03f28cf

Please sign in to comment.