Skip to content

Commit 489367f

Browse files
committed
Adjust horizontal footer logos style
1 parent 9097719 commit 489367f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tbx/project_styleguide/templates/patterns/organisms/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<li>
5353
{% with logo.link as link %}
5454
<a class="footer__logo-link" href="{{ link.url }}">
55-
{% image logo.image max-100x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
55+
{% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
5656
</a>
5757
{% endwith %}
5858
</li>

tbx/static_src/sass/components/_footer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585

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

9089
@include high-contrast-light-mode() {
9190
filter: none;

0 commit comments

Comments
 (0)