mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00: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;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label input, label textarea {
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
#second {
|
#second {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -599,11 +604,11 @@ margin: 25px 0 0 0;
|
||||||
<form action="//formspree.io/hello@flame.ga" method="POST">
|
<form action="//formspree.io/hello@flame.ga" method="POST">
|
||||||
<label>
|
<label>
|
||||||
<span>Email</span>
|
<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>
|
||||||
<label id="second">
|
<label id="second">
|
||||||
<span>Message</span>
|
<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>
|
</label>
|
||||||
<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