Skip to content

Commit

Permalink
Merge pull request #195 from Actualiza-Tu-Carro/126-bannerblog
Browse files Browse the repository at this point in the history
Fixed size of background image
  • Loading branch information
JohanMejia77 authored Oct 27, 2023
2 parents a980723 + b55fa71 commit 42cf570
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 42cf570

Please sign in to comment.