moved submit btn to the right

This commit was merged in pull request #14.
This commit is contained in:
victorAnumudu
2025-12-16 18:41:41 +01:00
parent 815ef7867f
commit 43fc6b639a
7 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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"