Skip to content

Commit

Permalink
Center background image
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Mar 7, 2024
1 parent b784f2e commit ddb4e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { FC } from "react";
const Blog: FC = () => {
return (
<section className='w-full bg-black'>
<Link className="bg-cover bg-no-repeat bg-fixed bg-banner flex items-center justify-center max-w-[1920px] mx-auto" href={'https://actualizatucarro.blogspot.com'} target='_blank'>
<Link className="bg-cover bg-center bg-no-repeat bg-fixed bg-banner flex items-center justify-center max-w-[1920px] mx-auto" href={'https://actualizatucarro.blogspot.com'} target='_blank'>
<Image
src={'/images/blog.webp'}
alt="Título del Blog"
Expand Down

0 comments on commit ddb4e8e

Please sign in to comment.