Skip to content

Commit

Permalink
📕 docs: fix sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Jul 10, 2023
1 parent 057f954 commit b0042d6
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions sources/@repo/docs/src/components/sponsors/sponsors.module.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
.sponsors {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: align;
justify-content: center;
gap: 1.5rem;
padding: 0;
margin: 1.5rem;
padding-bottom: 36px;
}

.section {
padding: 4rem 0 1rem 0;
display: block;
Expand All @@ -24,3 +12,20 @@
max-height: 120px;
border-radius: var(--ifm-card-border-radius);
}

.sponsors {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 1.5rem;
padding: 0;
margin: 1.5rem;
padding-bottom: 36px;
}

.sponsors a {
height: 160px;
width: 160px;
}

0 comments on commit b0042d6

Please sign in to comment.