Skip to content

Commit

Permalink
fix: alterando tamanho do staff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacio Medeiros committed Oct 17, 2023
1 parent d7ee56e commit bb24938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sponsors-section/Sponsors.module.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.SponsorSection {
margin-bottom: 100px;
margin-bottom: 100px;
}

.SponsorSection h2 {
font-size: 2.5rem;
padding-left: 0.75rem;
padding-left: 0.75rem;
}

.SponsorWrapper {
Expand All @@ -18,7 +18,7 @@

.StaffWrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
grid-gap: 8px;
padding: 20px 0px;
margin: 0px 5px;
Expand Down

0 comments on commit bb24938

Please sign in to comment.