Skip to content

Commit

Permalink
#141 fix container issue
Browse files Browse the repository at this point in the history
  • Loading branch information
William Lima committed Dec 7, 2023
1 parent 510fee6 commit 6ec029f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/home/main/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function News() {
{t('hm-p-news-text')}
</p>

<div className="grid grid-cols-1 md:grid-rows-2 lg:grid-rows-1 lg:grid-cols-3 gap-4">
<div className="grid grid-cols-1 md:grid-rows-2 lg:grid-rows-1 lg:grid-cols-3 gap-4 container mx-auto ">
<div className="flex flex-wrap w-full">
<a
href={posts[0] ? `${AR('/ar')}/news/${posts[0]?.slug}` : ''}
Expand Down
2 changes: 1 addition & 1 deletion components/home/main/OpenData101.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function OpenData101(props) {
}

return (
<div className="relative h-fit mb-[70px] sm:mb-10">
<div className="relative h-fit mb-[70px] sm:mb-10 container mx-auto ">
<img
src="/images/open-data-101.svg"
alt="Open Data 101"
Expand Down

0 comments on commit 6ec029f

Please sign in to comment.