Skip to content

Commit

Permalink
Adjust horizontal footer logos style
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Nov 4, 2024
1 parent 9097719 commit 649df15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<li>
{% with logo.link as link %}
<a class="footer__logo-link" href="{{ link.url }}">
{% image logo.image max-100x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
{% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
</a>
{% endwith %}
</li>
Expand Down
1 change: 0 additions & 1 deletion tbx/static_src/sass/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@

&__logo {
filter: grayscale(1) invert(1) brightness(0.52);
max-width: 70px;

@include high-contrast-light-mode() {
filter: none;
Expand Down

0 comments on commit 649df15

Please sign in to comment.