mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 23:19:29 +00:00
Refactor form styling
This commit is contained in:
@@ -77,8 +77,8 @@
|
||||
<span>Stratos HQ, HX9 9HN</span>
|
||||
</div>
|
||||
</div>
|
||||
<form class='form' action='/contact' method='post'>
|
||||
<div class='form__input-group'>
|
||||
<form action='/contact' method='post'>
|
||||
<div class='input-group'>
|
||||
<input type='text' id='fname' name='fname' placeholder='First Name' required/>
|
||||
<input type='text' id='lname' name='lname' placeholder='Last Name' required/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user