Skip to content

Commit

Permalink
Fixed page title banner
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 2, 2024
1 parent 5bef0cd commit 9ee1822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PageTitleBannerParagraph = ({paragraph, pageTitle, ...props}: Props) => {
<div
{...props}
className={twMerge(
"rs-mb-5 flex min-h-[120px] flex-col items-center @container md:min-h-[220px]",
"rs-mb-5 relative flex min-h-[120px] flex-col items-center @container md:min-h-[220px]",
props.className
)}
>
Expand Down

0 comments on commit 9ee1822

Please sign in to comment.