Skip to content

Commit

Permalink
Merge pull request #186 from ruby10127130/feat/adjust-sidebar-font-size
Browse files Browse the repository at this point in the history
style: adjust learning-marathon/index sidebar font-size to 16px
  • Loading branch information
JohnsonMao authored Dec 21, 2024
2 parents d06902e + e34a735 commit b896e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/learning-marathon/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const Sidebar = ({ onClickSignupButton }) => {
<Link
href={item.href}
className={cn(
"block body-lg font-medium p-2.5 rounded-lg text-basic-400 transition-colors duration-300",
"block text-base font-medium p-2.5 rounded-lg text-basic-400 transition-colors duration-300",
activeSection === item.href.replace('#', '') && 'text-primary-base bg-primary-lightest',
)}
>
Expand Down

0 comments on commit b896e8b

Please sign in to comment.