Skip to content
Snippets Groups Projects

Make image fluid for small screens

Merged Cédric Krier requested to merge topic/default/image-fluid into branch/default
11 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -6,7 +6,7 @@
{% extends "success_stories/layout.html.jinja" %}
{% block customer %}
{{ super() }}
<img src="{{ url_for('static', filename='images/success-stories/advocate-consulting-legal-group/advocate-consulting.webp') }}" class="mx-4 float-start" alt="Advocate Consulting" loading="lazy" width="260" height="100">
<img src="{{ url_for('static', filename='images/success-stories/advocate-consulting-legal-group/advocate-consulting.webp') }}" class="img-fluid mx-4 float-start" alt="Advocate Consulting" loading="lazy" width="260" height="100">
<p class="lead"><a href="https://advocatetax.com/">Advocate Consulting Legal Group, PLLC</a>is a US-based law and accounting firm that services the general aviation industry.
Advocate’s product goes by the slogan, "Aviation TLC," standing for "tax, legal, and compliance," which are areas of service that map onto the needs of customers in this unique industry.</p>
{% endblock customer %}
Loading