Skip to content
Snippets Groups Projects
Commit f268a315 authored by Rhys Evans's avatar Rhys Evans
Browse files

Increased box-size of description input to match the 200 word limit, asdjusted...

Increased box-size of description input to match the 200 word limit, asdjusted form-width to compensate
parent 9a03ae39
Loading
...@@ -10,7 +10,7 @@ body{ ...@@ -10,7 +10,7 @@ body{
align-content: center; align-content: center;
text-align: center; text-align: center;
border-radius: 25px; border-radius: 25px;
max-width: 600px; max-width: 620px;
margin: 0 auto margin: 0 auto
} }
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</label><br> </label><br>
<div th:errors="*{landmarkEmail}" th:if="${#fields.hasErrors('landmarkEmail')}">ErrorEmail</div> <div th:errors="*{landmarkEmail}" th:if="${#fields.hasErrors('landmarkEmail')}">ErrorEmail</div>
<br><label>Please Describe Your Business:<br> <br><label>Please Describe Your Business:<br>
<textarea th:field="*{landmarkDescription}" rows="8" cols="60" placeholder="Max 200 words please..."></textarea> <textarea th:field="*{landmarkDescription}" rows="18" cols="70" placeholder="Max 200 words please..."></textarea>
</label><br><br> </label><br><br>
<label>Your Location: <label>Your Location:
<select th:field="*{landmarkLocation}"> <select th:field="*{landmarkLocation}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment