Skip to content

Commit

Permalink
Fix sponsor logo misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
juhalehtonen committed Feb 25, 2024
1 parent bf52216 commit 23d0f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/erlef_web/templates/layout/footer.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div class="row">
<div class="col-lg-12 pr-5">
<div class="row text-center text-lg-left mt-3 mb-0">
<div class="row text-center text-lg-left mt-3 mb-3 d-flex align-items-center justify-content-center">
<%= for %{logo_url: logo_path, url: href} <- active_and_founding_sponsors(@sponsors) do %>
<div class="col-lg-1 col-md-3 col-sm-4">
<a href="<%= href %>" class="d-block">
Expand Down
2 changes: 1 addition & 1 deletion lib/erlef_web/templates/page/sponsors.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Our sponsors play a vital role in supporting the foundation's initiatives. It is through their generous donations that we can work on our mission to support and expand the Beam community.
</p>

<div class="row text-center text-lg-left mt-3 mb-3">
<div class="row text-center text-lg-left mt-3 mb-3 d-flex align-items-center justify-content-center">
<%= for %{logo_url: logo_path, url: href} <- active_and_founding_sponsors(@sponsors) do %>
<div class="col-lg-2 col-md-4 col-6">
<a href="<%= href %>" class="d-block mb-2">
Expand Down

0 comments on commit 23d0f8c

Please sign in to comment.