Skip to content

Commit

Permalink
Remove unnecessary padding from container div
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Nov 21, 2024
1 parent b32861b commit 2dd2901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Institutionlogos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const logos = [

export default function InstitutionLogos() {
return (
<div className="mx-auto max-w-screen-xl py-8">
<div className="mx-auto max-w-screen-xl">
<div className="flex flex-wrap justify-center items-center gap-6">
{logos.map((logo, index) => (
<Link
Expand Down

0 comments on commit 2dd2901

Please sign in to comment.