Skip to content

Commit

Permalink
style: smaller text in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
PauMatas committed Mar 24, 2024
1 parent ba0b394 commit afaa2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Footer = async () => {
className="flex items-center h-fit rounded-lg border border-gray-200 hover:bg-zinc-800 active:scale-95 transition-colors focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 disabled:opacity-50 dark:focus:ring-slate-400 disabled:pointer-events-none dark:focus:ring-offset-slate-900"
>
<Icons.github className="w-16 h-16 px-2" />
<h1 className="font-extrabold text-3xl md:text-5xl">
<h1 className="font-extrabold text-2xl md:text-4xl">
Contribueix!
</h1>
</Link>
Expand Down Expand Up @@ -80,7 +80,7 @@ const Footer = async () => {
className="overflow-hidden h-fit mb-2 px-2 divide-y"
>
<div>
<p className="font-black text-l md:text-xl">{semester}</p>
<p className="font-black text-m md:text-l">{semester}</p>
</div>
<div>
{subjects
Expand All @@ -94,7 +94,7 @@ const Footer = async () => {
href={`/${subject.acronym}`}
className="text-zinc-100"
>
<p className="font-medium text-m md:text-l">
<p className="font-medium text-s md:text-m">
{subject.acronym}
</p>
</Link>
Expand Down

0 comments on commit afaa2bd

Please sign in to comment.