Skip to content

Commit

Permalink
Update block_heading.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fmadiot committed Feb 23, 2024
1 parent 1270e43 commit f4dbdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/block_heading.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">{{ include.title }}</h2>
<h2 class="title wow fadeInDown" data-wow-duration="500ms" data-wow-delay=".2s">{{ include.title }}</h2>
{% if include.sub_title %}
<h3 class="wow fadeInDown" data-wow-duration="600ms" data-wow-delay=".3s">{{ include.sub_title }}</h3>
{% else %}
Expand All @@ -12,7 +12,7 @@ <h3 class="d-none"></h3>
{% endif %}

{% if include.img_src %}
<p class="wow fadeInDown" data-wow-duration="800ms" data-w ow-delay=".6s"><img src="{{ include.img_src }}" class="{{ include.img_class }}" alt="{{ include.img_title }}"></p>
<p class="wow fadeInDown" data-wow-duration="800ms" data-w ow-delay=".6s"><img src="{{ include.img_src }}" class="{{ include.img_class }}" alt="{{ include.img_title }}" style="box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);"></p>
{% else %}
<p class="d-none"></p>
{% endif %}
Expand Down

0 comments on commit f4dbdff

Please sign in to comment.