Add max width to company logo
This commit is contained in:
parent
1562c0c3e3
commit
1e27ce5045
|
@ -1,3 +1,6 @@
|
||||||
{% if page.image -%}
|
{% if page.image -%}
|
||||||
<img src="/assets/images/projects/{{ page.image.name ?: page.image }}" alt="{{ page.image.alt }}">
|
<img
|
||||||
|
src="/assets/images/projects/{{ page.image.name ?: page.image }}"
|
||||||
|
alt="{{ page.image.alt }}"
|
||||||
|
class="img mw5-m">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in a new issue