Skip to content

Commit 2a1fb8e

Browse files
committed
style fix
Signed-off-by: Gerhard Steenkamp <gerhard@umaproject.org>
1 parent 11d61c8 commit 2a1fb8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/DepositStatus/components/TwitterShare/TwitterShareCard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export function TwitterShareCard(props: TwitterShareProps) {
9898
}
9999

100100
const Card = styled.div`
101+
width: 100%;
101102
display: flex;
102103
flex-direction: column;
103104
align-items: center;
@@ -171,5 +172,6 @@ const Button = styled(SecondaryButton)`
171172
172173
@media ${QUERIES.tabletAndUp} {
173174
width: unset;
175+
margin-left: auto;
174176
}
175177
`;

0 commit comments

Comments
 (0)