80 > 90 % max-width

This commit is contained in:
tuxwarrior
2023-06-21 19:27:41 +00:00
parent 3332e883b7
commit d0cd92c2fb

View File

@@ -7,24 +7,24 @@
<input type="checkbox" name="botcheck" class="hidden" style="display: none;"> <input type="checkbox" name="botcheck" class="hidden" style="display: none;">
[name]: [name]:
<br> <br>
<input type="text" style="width: 500px; max-width: 80%;" name="name" required> <input type="text" style="width: 500px; max-width: 90%;" name="name" required>
<br> <br>
<br> <br>
[email]: [email]:
<br> <br>
<input type="email" style="width: 500px; max-width: 80%;" name="email" required> <input type="email" style="width: 500px; max-width: 90%;" name="email" required>
<br> <br>
<br> <br>
[JCON_1] [JCON_1]
[phone]: [phone]:
<br> <br>
<input type="text" style="width: 500px; max-width: 80%;" name="phone number"> <input type="text" style="width: 500px; max-width: 90%;" name="phone number">
<br> <br>
<br> <br>
[1_JCON] [1_JCON]
[message]: [message]:
<br> <br>
<textarea name="message" maxlength="1000" style="width: 500px; max-width: 80%; height: 250px;" required></textarea> <textarea name="message" maxlength="1000" style="width: 500px; max-width: 90%; height: 250px;" required></textarea>
<br> <br>
<br> <br>
<button type="submit">[send]</button> <button type="submit">[send]</button>