Skip to content

Commit

Permalink
Fixed size of background image
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Oct 27, 2023
1 parent 525bf7a commit b55fa71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import { Images } from '~/assets/img';

const Banner: React.FC = () => {
return (
<div className="bg-cover bg-center bg-fixed bg-no-repeat bg-banner w-full flex items-center justify-center max-w-[1920px] mx-auto">
<div className="bg-auto bg-center bg-fixed bg-no-repeat bg-banner flex items-center justify-center max-w-[1920px] mx-auto">
<Image
src={Images.banners.BannerTitle}
alt="Título del Blog"
className="w-1920"
/>
</div>
);
Expand Down

0 comments on commit b55fa71

Please sign in to comment.