Skip to content

Commit

Permalink
Refactor InstitutionLogos component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Oct 12, 2023
1 parent ec49f6b commit 79a720b
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 @@ -4,7 +4,7 @@ import Image from "next/image";

export default function InstitutionLogos() {
return (
<div className="mx-auto py-8">
<div className="mx-auto">
<div className="flex flex-wrap justify-center items-center">
{/* Replace the paths with the actual paths to your institution logos */}
<div className="w-1/2 sm:w-1/3 md:w-1/4 lg:w-1/6 p-4 mx-4">
Expand Down

0 comments on commit 79a720b

Please sign in to comment.