moved submit btn to the right
This commit was merged in pull request #14.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ export default function Home() {
|
||||
<textarea onChange={props.handleChange} className="form-control message" name="message" rows={6} placeholder="I have a problem with..." />
|
||||
</div>
|
||||
{/* Contact Form Button */}
|
||||
<div className="col-md-12 mt-15 form-btn text-right">
|
||||
<div className="d-flex justify-content-end mt-15 form-btn">
|
||||
<button
|
||||
type="submit"
|
||||
className="btn btn--theme hover--theme submit"
|
||||
|
||||
Reference in New Issue
Block a user