Skip to content

Commit

Permalink
Another update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEmmanuel1 committed May 9, 2024
1 parent bf04651 commit f349a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ const App = () => {
<div
id="agency"
ref={words}
className="word-animation relative max-w-[20rem] max-h-fit inline-flex flex-col items-center"
className="word-animation relative w-[12rem] lg:w-[18rem] max-h-fit inline-flex flex-col items-center"
>
<span className=""></span>
<span className="inline-flex justify-center text-center"></span>
<img
src="/pictures/path.svg"
alt="path"
className="absolute bottom-1 -z-10 h-4 w-[250px] ml"
className="absolute bottom-1 -z-10 h-4 w-full ml"
/>
{wordArray[index]}
</div>{" "}
Expand Down

0 comments on commit f349a67

Please sign in to comment.