Commit 58768914 authored by Abdullah Yassin's avatar Abdullah Yassin
Browse files

Issue #3293118: Make logo full width

parent a2157610
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,5 +36,5 @@
{% macro image(src, width, height, alt) %}
  {% set height_attr = height != 'auto' ? 'height="' ~ height ~ '"'  %}

  <img src="{{ src }}" width="{{ width|default(30) }}" {{ height_attr }} alt="{{ alt|default('') }}" class="me-2" />
  <img src="{{ src }}" {{ height_attr }} alt="{{ alt|default('') }}" class="me-2 w-100" />
{% endmacro %}
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
		{% include '@vartheme_bs5/navbar/navbar-brand.twig' with {
    text: site_name,
    image: site_logo,
    width: 30,
    height: 'auto',
    path: path('<front>'),
    alt: elements.content.site_name['#markup'] ~ ' logo' ,