Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ footer {
min-height: 160px;

.logo {
max-width: 100%;
height: 60%;
max-width: 60%;
height: auto;
}

a {
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<a target="_blank" href='https://alliancecan.ca/en'><img class="img-fluid" src="/images/digital-research-alliance-canada.svg" /></a>
</div>
<div class='col-6 col-sm-4 text-center my-0 py-0 order-sm-2'>
This work was enabled in part by generous support from
<a target="_blank" href='https://alliancecan.ca/en'><u>the Digital Research Alliance</u></a> of Canada
and the <a target="_blank" href='https://sloan.org'><u>Alfred P. Sloan Foundation</u></a>.
This work was enabled in part by generous support from the <a target="_blank" href='https://sloan.org'><u>Alfred P. Sloan Foundation</u></a>
and <a target="_blank" href='https://alliancecan.ca/en'><u>the Digital Research Alliance of Canada</u></a>.
<br />
{{ with .Site.Params.copyright }}&copy; {{ now.Year }} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }}
</div>
<div class='col-3 col-sm-4 text-xs-center text-right order-sm-3'>
Expand Down
Loading