Skip to content

Commit

Permalink
Merge pull request #3 from akadeepesh/De-Coder
Browse files Browse the repository at this point in the history
Added Select-none to infiteLogoCarousel, Removed mx from footer Navig…
  • Loading branch information
Kinshu-Learner authored Feb 21, 2024
2 parents 76fcab8 + 6e88a90 commit 2ee63da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/FooterAndAbout.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const FooterAndAbout = () => {
</div>


<div className="m-6 mx-12 flex flex-col xl:flex-row">
<div className="m-6 mx-12 md:mx-0 flex flex-col xl:flex-row">

<div className="md:m-12">
<div className="text-lg font-medium border-b-2 border-black">
Expand Down
2 changes: 1 addition & 1 deletion src/Components/InfiniteLogoCarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default class InfiniteLogoCarousel extends Component {
]
};
return (
<div className="my-20">
<div className="my-20 select-none">

<div className="relative text-3xl font-medium py-10 text-center mb-12 border-b-2 border-gray-300"><span className='font-bold'>10,00,000+ </span>professionals from over <span className='font-bold'>12,000</span> companies are using <span className='font-bold'>Recruitify.</span>
<img src={scrollBackground} alt="" className='absolute top-0 z-[-1] h-full w-full opacity-70'/>
Expand Down

0 comments on commit 2ee63da

Please sign in to comment.