Skip to content

Commit

Permalink
Fixed responsive mode to top cards in Explorer Activities tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Aug 24, 2024
1 parent d51a251 commit 89d252c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Mintbase/widget/Mintbase/App/Activity/Activity.jsx
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ const Row = styled.div`
width: 100%;
justify-content: center;
padding: 10px 20px;
overflow: scroll;
`;

const Container = styled.div`
@@ -209,8 +210,7 @@ const ContainerCard = styled.div`
position: relative;
align-items: center;
}
}
`;

const Title = styled.div`

0 comments on commit 89d252c

Please sign in to comment.