Skip to content

Commit

Permalink
Fix image headers for md to lg sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 20, 2024
1 parent b0ce6ac commit 4506421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/paragraph/paragraph--image-text.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
<div{{ attributes.addClass(classes) }}>
{% block content %}
<div class="container">
<div class="content col-md-6">
<div class="content col-lg-6">
<h2>{{ content.field_title }}</h2>
{{ content.field_body }}
{{ content.field_link }}
</div>
<div class="image-content col-md-6">
<div class="image-content col-lg-6">
{{ content.field_image }}
</div>
</div>
Expand Down

0 comments on commit 4506421

Please sign in to comment.