Skip to content

Commit

Permalink
style(aih): instructor component
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Jan 21, 2025
1 parent 9cacf5d commit 5f58e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const Instructor = ({
return (
<section
className={cn(
'not-prose relative mx-auto flex w-full max-w-4xl flex-col items-center gap-10 pt-16 md:flex-row md:items-start',
'not-prose relative mx-auto flex w-full max-w-4xl flex-col items-center gap-10 pb-5 pt-10 sm:pb-16 sm:pt-16 md:flex-row md:items-start',
className,
)}
>
Expand Down

0 comments on commit 5f58e81

Please sign in to comment.