mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
3acdc6b615
commit
92834ad990
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@
|
||||||
animation: fadein 1s;
|
animation: fadein 1s;
|
||||||
}
|
}
|
||||||
#about p, #feedback p, #downloads p {
|
#about p, #feedback p, #downloads p {
|
||||||
margin: 0 0 2.125em 0;
|
margin: 0 0 1.875em 0;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
/* Intro */
|
/* Intro */
|
||||||
|
@ -473,7 +473,7 @@
|
||||||
<form action="https://formspree.io/hello@flame.ga" method="POST">
|
<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="_subject" value="New feedback submission for Flame.ga" />
|
||||||
<input type="hidden" name="_replyto" value="noreply@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="text" name="_gotcha" class="hide" />
|
||||||
<input type="hidden" name="_next" value="/sent"/>
|
<input type="hidden" name="_next" value="/sent"/>
|
||||||
<button type="submit">Send</button>
|
<button type="submit">Send</button>
|
||||||
|
|
Loading…
Reference in a new issue