File tree 4 files changed +27
-14
lines changed 4 files changed +27
-14
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function HeaderLinks(props) {
93
93
< Menu >
94
94
< MenuButton p = '0px' >
95
95
< Icon
96
- display = 'flex '
96
+ mt = '6px '
97
97
as = { MdNotificationsNone }
98
98
color = { navbarIcon }
99
99
w = '18px'
@@ -151,7 +151,7 @@ export default function HeaderLinks(props) {
151
151
< Menu >
152
152
< MenuButton p = '0px' >
153
153
< Icon
154
- display = 'flex '
154
+ mt = '6px '
155
155
as = { MdInfoOutline }
156
156
color = { navbarIcon }
157
157
w = '18px'
Original file line number Diff line number Diff line change @@ -23,9 +23,15 @@ export default function DailyTraffic(props) {
23
23
< Card align = 'center' direction = 'column' w = '100%' { ...rest } >
24
24
< Flex justify = 'space-between' align = 'start' px = '10px' pt = '5px' >
25
25
< Flex flexDirection = 'column' align = 'start' me = '20px' >
26
- < Text color = 'secondaryGray.600' fontSize = 'sm' fontWeight = '500' >
27
- Daily Traffic
28
- </ Text >
26
+ < Flex w = '100%' >
27
+ < Text
28
+ me = 'auto'
29
+ color = 'secondaryGray.600'
30
+ fontSize = 'sm'
31
+ fontWeight = '500' >
32
+ Daily Traffic
33
+ </ Text >
34
+ </ Flex >
29
35
< Flex align = 'end' >
30
36
< Text
31
37
color = { textColor }
Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ export default function Banner(props) {
24
24
const box = useColorModeValue ( "secondaryGray.300" , "whiteAlpha.100" ) ;
25
25
return (
26
26
< Card mb = { { base : "0px" , lg : "20px" } } align = 'center' >
27
- < Menu ms = 'auto' />
27
+ < Flex w = '100%' >
28
+ < Menu ms = 'auto' />
29
+ </ Flex >
28
30
< IconBox
29
31
mx = 'auto'
30
32
h = '100px'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default function Upload(props) {
42
42
</ Box >
43
43
}
44
44
/>
45
- < Flex direction = 'column' align = 'start' pe = '44px' >
45
+ < Flex direction = 'column' pe = '44px' >
46
46
< Text
47
47
color = { textColorPrimary }
48
48
fontWeight = 'bold'
@@ -60,13 +60,18 @@ export default function Upload(props) {
60
60
Stay on the pulse of distributed projects with an anline whiteboard
61
61
to plan, coordinate and discuss
62
62
</ Text >
63
- < Button
64
- mb = '50px'
65
- mt = { { base : "20px" , "2xl" : "auto" } }
66
- variant = 'brand'
67
- fontWeight = '500' >
68
- Publish now
69
- </ Button >
63
+ < Flex w = '100%' >
64
+ < Button
65
+ me = '100%'
66
+ mb = '50px'
67
+ w = '140px'
68
+ minW = '140px'
69
+ mt = { { base : "20px" , "2xl" : "auto" } }
70
+ variant = 'brand'
71
+ fontWeight = '500' >
72
+ Publish now
73
+ </ Button >
74
+ </ Flex >
70
75
</ Flex >
71
76
</ Flex >
72
77
</ Card >
You can’t perform that action at this time.
0 commit comments