We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4355c8b commit e5cd0aaCopy full SHA for e5cd0aa
src/components/contact/ContactDetails.js
@@ -20,7 +20,7 @@ const contacts = [
20
21
const ContactDetails = () => {
22
return (
23
- <div className="w-full lg:w-1/2">
+ <div className="font-general-regular w-full lg:w-1/2">
24
<div className="text-left max-w-xl px-6">
25
<h2 className="text-2xl text-primary-dark dark:text-primary-light font-semibold mt-12 mb-8">
26
Contact details
src/components/contact/ContactForm.js
@@ -1,7 +1,7 @@
1
const ContactForm = () => {
2
3
<div className="w-full lg:w-1/2">
4
- <div className="leading-loose">
+ <div className="font-general-regular leading-loose">
5
<form
6
onSubmit={(e) => {
7
e.preventDefault();
0 commit comments