Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LevaniVashadze committed Mar 2, 2024
1 parent f71db67 commit c6e0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Contact = () => {
id="Contact"
className="flex h-screen items-center justify-center"
>
<div className="lg:w-1/2 2xl:w-1/3">
<div className="px-4 lg:w-1/2 2xl:w-1/3">
<h3 className="mb-4 text-3xl">{t("ContactText")}</h3>
<form method="post" action="https://formspree.io/f/xoqrgvkg">
<input
Expand Down

0 comments on commit c6e0545

Please sign in to comment.