mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-28 18:26:12 -05:00
Optimize images
This commit is contained in:
parent
2358089c6c
commit
b19e0b8fea
1 changed files with 7 additions and 2 deletions
|
@ -429,6 +429,11 @@ margin-bottom: 4px;
|
|||
font-size: 11px;
|
||||
}
|
||||
|
||||
label input, label textarea {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#second {
|
||||
margin-top: 15px;
|
||||
display: block;
|
||||
|
@ -599,11 +604,11 @@ margin: 25px 0 0 0;
|
|||
<form action="//formspree.io/hello@flame.ga" method="POST">
|
||||
<label>
|
||||
<span>Email</span>
|
||||
<input type="email" name="_replyto" placeholder="Please enter your email" style="width:100%;box-sizing: border-box;" required>
|
||||
<input type="email" name="_replyto" placeholder="Please enter your email" required>
|
||||
</label>
|
||||
<label id="second">
|
||||
<span>Message</span>
|
||||
<textarea name="body" rows="10" placeholder="Please enter your message" style="width:100%;box-sizing: border-box;" required></textarea>
|
||||
<textarea name="body" rows="10" placeholder="Please enter your message" required></textarea>
|
||||
</label>
|
||||
<input type="hidden" name="_next" value="/sent" />
|
||||
<button type="submit">Send</button>
|
||||
|
|
Loading…
Reference in a new issue