Skip to content

Commit 8211e32

Browse files
authored
Set max width to paragraph
1 parent 5490978 commit 8211e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
<div class="vertical center fillscreen">
7171
<img src="/ae-256px.png" width="256px" alt="Advanced Effects open source after effects alternative">
7272
<h1>Advanced Effects</h1>
73-
<p>An open source animation software and, soon, compositing alternative to After Effects, Glaxnimate and Friction.</p>
73+
<p style="max-width: 250px;">An open source animation software and, soon, compositing alternative to After Effects, Glaxnimate and Friction.</p>
7474
<div class="horizontal">
75-
<a class="btn-accent" href="#">Download</a>
76-
<a class="btn-black" href="#">GitHub</a>
75+
<a class="btn-accent" href="https://github.com/Advanced-Effects/Advanced-Effects/releases">Download</a>
76+
<a class="btn-black" href="https://github.com/Advanced-Effects/Advanced-Effects">GitHub</a>
7777
</div>
7878
</div>
7979
</body>

0 commit comments

Comments
 (0)