Skip to content

Commit

Permalink
Ensure the footer is affixed appropriately to the bottom of the viewp…
Browse files Browse the repository at this point in the history
…ort window (#1145)
  • Loading branch information
kelynch authored Dec 18, 2024
1 parent 0a3ea2e commit ef75182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

</head>

<body>
<body class="d-flex flex-column min-vh-100">
<%= render partial: 'shared/alternate_mediaflux' %>
<%= render partial: 'shared/banner' %>
<%= render partial: 'shared/header' %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<footer>
<footer class="mt-auto">
<div id="footer">
<div class="content">
<div class="logos">
Expand Down

0 comments on commit ef75182

Please sign in to comment.