Skip to content

Commit

Permalink
made secondary text match figma
Browse files Browse the repository at this point in the history
  • Loading branch information
JSimjee committed Jan 28, 2025
1 parent 71c6804 commit 897bef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/homepage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const HomePage = () => {
return (
<div className="mx-auto flex h-screen w-screen items-center justify-center text-center text-[4vw] text-black">
<div className="mx-auto flex w-screen items-center justify-center text-center text-[4vw] text-black">
CARDIOVASCULAR DISEASE STUDENT ASSOCIATION
</div>
);
Expand Down

0 comments on commit 897bef3

Please sign in to comment.