Skip to content

Commit

Permalink
Merge pull request #415 from GenaDrop:staging
Browse files Browse the repository at this point in the history
fixed some spacing and responsiveness in the affiliates page
  • Loading branch information
Jikugodwill authored Aug 24, 2024
2 parents 2108350 + 166ce87 commit d227f1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/Mintbase/widget/Mintbase/App/Solutions/TopAffiliates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ const Container = styled.div`
margin: 50px 0;
flex-direction: column;
gap: 5rem;
@media only screen and (max-width: 800px) {
margin: 50px 20px;
}
.header {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -440,14 +443,17 @@ const LayoutFooter = styled.div`
@media screen and (max-width: 968px) {
grid-template-columns: repeat(1, minmax(0, 1fr));
text-align: center;
justify-content: center;
align-items: center;
padding: 30px 10px;
}
gap: 2rem;
.layoutLeft {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 90%;
margin: 0 auto;
}
.layoutRight {
display: flex;
Expand Down

0 comments on commit d227f1b

Please sign in to comment.