Skip to content

Commit 599a878

Browse files
committed
fix: use auto margins
1 parent ac55c73 commit 599a878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/partials/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<footer class="-bg-gray py-5 row d-print-none">
2-
<div class="container-fluid mx-sm-5">
1+
<footer class="-bg-gray row d-print-none">
2+
<div class="container-fluid mx-auto my-auto">
33
<div class='row'>
44
<div class="col-3 col-sm-4 order-sm-2">
55
<a target="_blank" href='https://alliancecan.ca/en'><img class="img-fluid" src="/images/digital-research-alliance-canada.svg" /></a>
66
</div>
7-
<div class='col-6 col-sm-4 text-center my-0 py-0 order-sm-2'>
7+
<div class='col-5 col-sm-5 text-center order-sm-2'>
88
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>
99
and <a target="_blank" href='https://alliancecan.ca/en'><u>the Digital Research Alliance of Canada</u></a>.
1010
<br />
1111
{{ with .Site.Params.copyright }}&copy; {{ now.Year }} {{ .}} {{ T "footer_all_rights_reserved" }}{{ end }}
1212
</div>
13-
<div class='col-3 col-sm-4 text-xs-center text-right order-sm-3'>
13+
<div class='col-4 col-sm-3 order-sm-3'>
1414
<a target="_blank" href='https://sloan.org'><img class="logo" src="/images/alfred-p-sloan-logo.png" /></a>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)