Skip to content

Commit

Permalink
Update CompanyLogos.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
matejminar authored Nov 27, 2020
1 parent c548168 commit 1631f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CompanyLogos.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const CompanyLogos = () => {
`)

return (
<section className="flex items-center justify-center flex-wrap px-1 opacity-75">
<section className="container mx-auto flex items-center justify-center flex-wrap px-1 opacity-75">
{Object.entries(logos).map(logo => {
return (
<div key={logo[0]} className="py-3 px-5 text-center md:w-1/9 w-1/3">
Expand Down

1 comment on commit 1631f33

@vercel
Copy link

@vercel vercel bot commented on 1631f33 Jan 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.