Skip to content

Commit

Permalink
Merge pull request #143 from unb-mds/task/frontend/debugging
Browse files Browse the repository at this point in the history
Frontend(infoPage): Padding error fixed
  • Loading branch information
artrsousa1 authored Dec 7, 2023
2 parents f5a048b + 836f269 commit 5945074
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 5945074

Please sign in to comment.