Skip to content

Commit

Permalink
Add a little space between sides and the text in mobile sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Mar 8, 2024
1 parent ddb4e8e commit 1ae14de
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-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'>
<Link className="bg-cover bg-center bg-no-repeat bg-fixed bg-banner flex items-center justify-center max-w-[1920px] mx-auto px-4 ms:px-0" href={'https://actualizatucarro.blogspot.com'} target='_blank'>
<Image
src={'/images/blog.webp'}
alt="Título del Blog"
Expand Down

0 comments on commit 1ae14de

Please sign in to comment.