Update index.html

This commit is contained in:
mathias 2016-05-05 14:33:42 +03:00
parent 3acdc6b615
commit 92834ad990

View file

@ -140,7 +140,7 @@
animation: fadein 1s;
}
#about p, #feedback p, #downloads p {
margin: 0 0 2.125em 0;
margin: 0 0 1.875em 0;
line-height: 1.6;
}
/* Intro */
@ -473,7 +473,7 @@
<form action="https://formspree.io/hello@flame.ga" method="POST">
<input type="hidden" name="_subject" value="New feedback submission for Flame.ga" />
<input type="hidden" name="_replyto" value="noreply@flame.ga" />
<textarea name="body" rows="10" placeholder="Your message" required></textarea>
<textarea name="body" rows="7" placeholder="Your message" required></textarea>
<input type="text" name="_gotcha" class="hide" />
<input type="hidden" name="_next" value="/sent"/>
<button type="submit">Send</button>