Skip to content

Commit

Permalink
fix logos
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Sep 14, 2023
1 parent 6fe5e30 commit e94de82
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@
<div class="main-footer__content flex--sbc column">
<div class="logos flex--sbc">
<div class="footer-logo">
<%= image_pack_tag("media/images/logo_capitalitat.png") %>
<%= link_to "https://capitalofdemocracy.eu/" do %>
<%= image_pack_tag("media/images/logo_capitalitat.png") %>
<% end %>
</div>
<div class="footer-logo">
<%= image_pack_tag("media/images/logo_footer_2.png") %>
<%= link_to "https://compromismetropolita.cat/" do %>
<%=image_pack_tag("media/images/logo_footer_2.png") %>
<% end %>
</div>
</div>
<%= render partial: "layouts/decidim/social_media_links" %>
Expand Down
Binary file modified app/packs/images/logo_capitalitat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/packs/images/logo_footer_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions app/packs/stylesheets/partials/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@media print, screen and (min-width: 64em) {
.main-footer__badge {
position: absolute;
top: -2rem;
top: -3rem;
}
}

Expand Down Expand Up @@ -44,7 +44,9 @@
.footer-logo {
margin-right: 1rem;
display: block;
width: 140px;
img {
height: 50px;
}
}
}

Expand Down
Binary file added public/dossier_premsa.pdf
Binary file not shown.
Binary file added public/programa_2023-2024.pdf
Binary file not shown.

0 comments on commit e94de82

Please sign in to comment.