File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
static_src/sass/components Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 56
56
{% if logo.image.width > logo.image.height %}
57
57
{% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
58
58
{% else %}
59
- {% image logo.image max-100x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
59
+ {% image logo.image max-100x100 format-webp loading="lazy" class="footer__logo footer__logo--narrow " alt=logo.alt_text|default:logo.image.title %}
60
60
{% endif %}
61
61
</ a >
62
62
{% endwith %}
Original file line number Diff line number Diff line change 89
89
@include high-contrast-light-mode () {
90
90
filter : none ;
91
91
}
92
+
93
+ & --narrow {
94
+ max-width : 70px ;
95
+ }
92
96
}
93
97
94
98
& __company {
You can’t perform that action at this time.
0 commit comments