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 5656 {% if logo.image.width > logo.image.height %}
5757 {% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %}
5858 {% 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 %}
6060 {% endif %}
6161 </ a >
6262 {% endwith %}
Original file line number Diff line number Diff line change 8989 @include high-contrast-light-mode () {
9090 filter : none ;
9191 }
92+
93+ & --narrow {
94+ max-width : 70px ;
95+ }
9296 }
9397
9498 & __company {
You can’t perform that action at this time.
0 commit comments