Skip to content

Commit

Permalink
Merge pull request #414 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Jikugodwill authored Aug 24, 2024
2 parents 66ba961 + 556dd89 commit 2108350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Mintbase/widget/Mintbase/App/Footer/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Footer = styled.div`
max-width: 100px;
min-width: 30px;
@media (max-width: 800px) {
width: 60px;
width: 100px;
}
}
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const Root = styled.div`
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 20px;
.pagination {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 2108350

Please sign in to comment.