Skip to content

Commit ac55c73

Browse files
authored
Merge pull request #474 from openmodelingfoundation/fix-logo-css
fix: make sloan logo responsive
2 parents 896bdbf + 1bf02a6 commit ac55c73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/scss/main.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ footer {
3636
min-height: 160px;
3737

3838
.logo {
39-
max-width: 100%;
40-
height: 60%;
39+
max-width: 60%;
40+
height: auto;
4141
}
4242

4343
a {

layouts/partials/footer.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<a target="_blank" href='https://alliancecan.ca/en'><img class="img-fluid" src="/images/digital-research-alliance-canada.svg" /></a>
66
</div>
77
<div class='col-6 col-sm-4 text-center my-0 py-0 order-sm-2'>
8-
This work was enabled in part by generous support from
9-
<a target="_blank" href='https://alliancecan.ca/en'><u>the Digital Research Alliance</u></a> of Canada
10-
and the <a target="_blank" href='https://sloan.org'><u>Alfred P. Sloan Foundation</u></a>.
8+
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>
9+
and <a target="_blank" href='https://alliancecan.ca/en'><u>the Digital Research Alliance of Canada</u></a>.
10+
<br />
1111
{{ with .Site.Params.copyright }}&copy; {{ now.Year }} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }}
1212
</div>
1313
<div class='col-3 col-sm-4 text-xs-center text-right order-sm-3'>

0 commit comments

Comments
 (0)