Skip to content

Commit

Permalink
footer larger than doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Nov 6, 2023
1 parent 86ae839 commit 43b1f5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@
}
.document-tools-btn {
float:right;
}
.text-lg-right {
text-align: right !important;
}
6 changes: 3 additions & 3 deletions app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="mt-auto bg-dark text-white">
<div class="container-lg">
<div class="container-fluid">
<div class="row py-3 small">
<p class="col-lg text-center text-lg-left">
<p class="col-lg text-lg-left">
<a href="http://www.canadiana.ca/?usrlang=en">
<img src="/canadiana-logo-inverted.svg" alt="Canadiana" height="50">
</a>
Expand All @@ -14,7 +14,7 @@
<img src="/phone.svg" alt="Contact Us">
</a>
</p>
<p class="col-lg text-center text-lg-right">
<p class="col-lg text-lg-right">
<a href="https://www.crkn-rcdr.ca/en" class="d-inline-block">
<img src="/crkn-logo-inverted.svg" alt="Canadian Research Knowledge Network" height="50">
</a>
Expand Down

0 comments on commit 43b1f5d

Please sign in to comment.