Skip to content

Commit

Permalink
fixes: bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ayussh-2 committed Oct 25, 2024
1 parent a589466 commit 2a9a27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AboutUs/body.styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const BodyWrapper = styled.div`
`;

export const BodyTitle = styled.h1`
${tw`text-[25px] md:text-3xl lg:text-5xl font-bold font-spaceX rounded-xl mx-10 text-center text-white `}
${tw`text-[25px] md:text-3xl lg:text-5xl font-bold font-spaceX md:py-0 py-10 rounded-xl mx-10 text-center text-white `}
`;
export const BodyContent = styled.div`
${tw`flex gap-[50px] llg:gap-[60px] 2xl:gap-[140px] flex-col llg:flex-row px-[35px] llg:px-[80px] 2xl:px-[140px] pb-16 `}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Statistics/wrapper/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const StatisticsMain = () => {
return (
<>
<div
className='flex flex-col w-full h-auto min-h-screen overflow-x-auto min-w-screen overflow-hidden'
className='flex flex-col w-full h-auto overflow-x-auto overflow-hidden'
style={{
background:
"url('https://res.cloudinary.com/dpmlrxlzr/image/upload/v1728916828/Random_static_7_tdouie.png'), conic-gradient(from 180deg, #1a1a1a 0%, #1c4953 23%, #1a1a1a 50%, #8e1e78 70%, #1a1a1a 98%)",
Expand Down

0 comments on commit 2a9a27f

Please sign in to comment.