Skip to content

Commit 05eab7c

Browse files
committed
Fix download button size
1 parent f6cd0fd commit 05eab7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1 class="h1 large-dropshadow-text"><span class="word-wrap-section">Visual Effects&nbsp;</span><span class="word-wrap-section">Without Limits.</span></h1>
99
<p class="hero-subheader large-dropshadow-text"><span class="word-wrap-section">Node-based compositing,&nbsp;</span><span class="word-wrap-section">backed by the freedom&nbsp;<span class="word-wrap-section">of open-source.</span></span></p>
1010
<div>
11-
<a class="button large-dropshadow" href="#download"><i class='bx bxs-download'></i> Download Natron</a>
11+
<a class="button large-dropshadow" href="#download"><i class='bx bxs-download' style="font-size: 1.4rem;margin-right: 0.4rem;"></i> Download Natron</a>
1212
</div>
1313
</div>
1414
</div>
@@ -130,7 +130,7 @@ <h2 class="h2 center-text">Download Natron</h2>
130130
Latest version: {% for post in site.categories.release limit:1 %}{{post.version}}{% endfor %}
131131
</p>
132132
<p class="p-small center-text">
133-
Released {% for post in site.categories.release limit:1 %}{{ post.date | date: "%B %d, %Y" }}{% endfor %}: <a href="{% for post in site.categories.release limit:1 %}{{post.url}}{% endfor %}" class="intext-link intext-link-glow">Changelog<i style="font-size: 1.4rem;margin-right: 0.4rem;" class='bx bx-right-arrow-alt'></i></a>
133+
Released {% for post in site.categories.release limit:1 %}{{ post.date | date: "%B %d, %Y" }}{% endfor %}: <a href="{% for post in site.categories.release limit:1 %}{{post.url}}{% endfor %}" class="intext-link intext-link-glow">Changelog<i class='bx bx-right-arrow-alt'></i></a>
134134
</p>
135135
<p class="p-small center-text">
136136
<a href="{% base %}system-requirements" class="intext-link intext-link-glow">System requirements</a>

0 commit comments

Comments
 (0)