We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9097719 commit 489367fCopy full SHA for 489367f
tbx/project_styleguide/templates/patterns/organisms/footer/footer.html
@@ -52,7 +52,7 @@
52
<li>
53
{% with logo.link as link %}
54
<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 %}
+ {% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
56
</a>
57
{% endwith %}
58
</li>
tbx/static_src/sass/components/_footer.scss
@@ -85,7 +85,6 @@
85
86
&__logo {
87
filter: grayscale(1) invert(1) brightness(0.52);
88
- max-width: 70px;
89
90
@include high-contrast-light-mode() {
91
filter: none;
0 commit comments