Skip to content

Commit

Permalink
Fix Firefox font size issue
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jan 15, 2025
1 parent 7bc950c commit 71adb0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<ul class="swiper-wrapper">
{% for text in value.dynamic_text %}
<li class="swiper-slide">
<h3 class="heading heading--mega">{{ text }}</h3>
{# Fixed px values required to control the font size for all browsers and prevent slide overflow#}
<h3 class="heading heading--mega text-[60px] lg:text-[100px]">{{ text }}</h3>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 71adb0e

Please sign in to comment.