Skip to content

Commit

Permalink
fixed position
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukovdigital committed Nov 19, 2024
1 parent 083d2fd commit 56d810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/LeftContentSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface RightContentSectionProps {

const LeftContentSection: React.FC<RightContentSectionProps> = ({ children, roundedContainerChildren, roundedContainerClassName }) => {
return (
<div className="flex flex-col sm:flex-row sm:justify-between md:items-center lg:items-start w-full">
<div className="flex flex-col sm:flex-row sm:justify-between sm:items-center lg:items-start w-full">
{children}
<RoundedContainer align="right" className={`bg-purple ${roundedContainerClassName}`}>
{roundedContainerChildren}
Expand Down

0 comments on commit 56d810e

Please sign in to comment.