Fire animation on the hotlinks div instead of title

This commit is contained in:
天クマ 2026-07-05 12:29:44 -03:00
commit 5f2000277b
2 changed files with 3 additions and 3 deletions

View file

@ -187,9 +187,9 @@ layout: base.njk
<p class="end-text"><a href="{{ ('/' ~ langKey ~ '/blog/') | url }}">{{ i18n[langKey].showMore }}</a></p>
</div>
<div id="homeFriends">
<div id="homeFriends" class="burn">
<div>
<h1 class="nomargin negativeMargin fireHover">Hotlinks</h1>
<h1 class="nomargin negativeMargin">Hotlinks</h1>
<hr style="margin-bottom: .4em;">
</div>