Skip to content

Commit

Permalink
Merge pull request #428 from GenaDrop/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Jikugodwill authored Sep 29, 2024
2 parents 482bd19 + 639efae commit bf99fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/Mintbase/widget/Mintbase/App/Tokens/Minted.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const WrapCards = styled.div`
font-weight: 400;
font-size: 16px;
color: var(${isDarkModeOn ? "--gray-300, #b3b5bd" : "--gray-600, #5b5d6b"});
padding-left: 24px;
}
.pagination_container {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion apps/Mintbase/widget/Mintbase/Mini/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ const Card = styled.div`
/* tablets and mobile */
@media (max-width: 768px) {
margin: 18px 4px;
margin: 18px 10px;
}
}
.stripe-data {
Expand Down
1 change: 1 addition & 0 deletions apps/Mintbase/widget/Mintbase/NFT/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const NFTCard = ({ data, isDarkModeOn, accountId, connectedDao }) => {
transition: 0.5s ease-in-out;
overflow: hidden;
border-radius: 10px;
margin: 0 auto;
@media (max-width: 500px) {
width: 99% !important;
}
Expand Down

0 comments on commit bf99fbf

Please sign in to comment.