Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleb-Rupe committed Aug 18, 2024
1 parent 74be4fe commit 189cba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Footer/contact-form-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState, useCallback } from "react";
import { useForm } from "react-hook-form";
import emailjs from "@emailjs/browser";
import { services } from "../Services-Gallery/services-list";
// import { FaPhone } from "react-icons/fa";
import "../../css/contact.css";

const Form = () => {
Expand Down
4 changes: 4 additions & 0 deletions src/css/hero-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
justify-content: space-between;
}

.hero-contact-links a {
margin-bottom: 0.75rem;
}

.hero-contact-column {
display: flex;
justify-content: space-around;
Expand Down

0 comments on commit 189cba8

Please sign in to comment.