Skip to content

Commit f67508b

Browse files
committed
New cards responsive bugs fixed
1 parent 7713871 commit f67508b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/card/Member.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default function Default(props) {
3535
</Text>
3636
<Text
3737
color='secondaryGray.600'
38+
textAlign='left'
3839
fontSize={{ base: "sm", xl: "xs", "3xl": "sm" }}
3940
fontWeight='400'>
4041
{job}

src/views/admin/default/components/Security.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ export default function Upload(props) {
3434
color={textColorSecondary}
3535
fontSize='md'
3636
ps='10px'
37-
my={{ base: "auto", "2xl": "10px" }}
37+
mt={{ base: "0px", lg: "0px", "2xl": "10px" }}
38+
mb={{ base: "auto", lg: "auto", "2xl": "10px" }}
3839
textAlign='start'>
3940
Discover our cards benefits, with one tap.
4041
</Text>

0 commit comments

Comments
 (0)