Skip to content

Commit

Permalink
fixup hocus
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 20, 2024
1 parent 46f661a commit f74abee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/global/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ const PageFooter = ({...props}: Props) => {
<div className="bg-cardinal-red py-10 [&_a:hocus]:text-white [&_a]:text-white [&_a]:no-underline">
<div className="centered lg:flex lg:items-start lg:gap-20">
<div className="mb-10 text-center">
<a className="logo text-center text-[3.4rem]" href="https://www.stanford.edu">
<div>Stanford</div>
<div>University</div>
<a className="logo type-3 text-white hocus:text-white" href="https://www.stanford.edu">
Stanford
<br />
University
</a>
</div>
<div className="mx-auto lg:mx-0 [&_a:focus]:underline [&_a:hover]:underline">
Expand Down

0 comments on commit f74abee

Please sign in to comment.