Skip to content

Commit

Permalink
Frontend(infoPage): Padding error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioHabibe committed Dec 5, 2023
1 parent ec2e851 commit 836f269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/schedules/info/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Team = () => {
<CollaboratorImage name="Caio Habibe" src="https://github.com/CaioHabibe.png" />
<CollaboratorImage name="Caio Rodrigues" src="https://github.com/caio-felipee.png" />
</div>
<div className="grid grid-cols-3 gap-5">
<div className="grid grid-cols-3 pb-10 gap-5">
<CollaboratorImage name="Gabriel Castelo" src="https://github.com/GabrielCastelo-31.png" />
<CollaboratorImage name="Henrique Camelo" src="https://github.com/henriquecq.png" />
<CollaboratorImage name="Mateus Vieira" src="https://github.com/mateusvrs.png" />
Expand Down

0 comments on commit 836f269

Please sign in to comment.