Skip to content

Commit

Permalink
swap out styles for logo class
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 19, 2024
1 parent e42c02b commit 71ea7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/components/global/page-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ 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="text-center font-stanford text-[3.4rem] font-regular leading-none text-white"
href="https://www.stanford.edu"
>
<a className="logo text-center font-stanford text-[3.4rem]" href="https://www.stanford.edu">
<div>Stanford</div>
<div>University</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/global/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PageHeader = async () => {
<div className="bg-cardinal-red">
<div className="centered py-3">
<a
className="font-stanford text-20 font-regular leading-none text-white no-underline hocus:text-white hocus:underline"
className="logo font-stanford text-20 text-white no-underline hocus:text-white hocus:underline"
href="https://www.stanford.edu"
>
Stanford University
Expand Down

0 comments on commit 71ea7a2

Please sign in to comment.