File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
.connect {
2
2
position : absolute;
3
- top : 60 px ;
4
- left : 60 px ;
3
+ top : 12 % ;
4
+ left : 12 % ;
5
5
transition : 250ms ease;
6
6
}
7
7
8
8
.backend {
9
9
position : absolute;
10
- top : 130 px ;
11
- right : 40 px ;
10
+ top : 26 % ;
11
+ right : 8 % ;
12
12
transition : 250ms ease;
13
13
}
14
14
15
15
.onchain {
16
16
position : absolute;
17
- top : 400 px ;
18
- left : 160 px ;
17
+ bottom : 0 % ;
18
+ left : 30 % ;
19
19
transition : 250ms ease;
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ export const HeroSection = ({ TRACKING_CATEGORY }: HeroSectionProps) => {
20
20
/>
21
21
22
22
< SimpleGrid
23
- columns = { { base : 1 , xl : 2 } }
24
- gap = { { base : 12 , xl : 8 } }
25
- mt = { { base : 4 , xl : 20 } }
23
+ columns = { { base : 1 , md : 2 } }
24
+ gap = { { base : 12 , md : 8 } }
25
+ mt = { { base : 4 , md : 20 } }
26
26
placeItems = "center"
27
27
>
28
28
< Flex flexDir = "column" gap = { { base : 6 , md : 8 } } >
29
29
< Flex flexDir = "column" gap = { 4 } >
30
- < Heading as = "h1" size = "display.sm" px = { { base : 2 , md : 0 } } mr = { 6 } >
30
+ < Heading as = "h1" size = "display.sm" px = { { base : 2 , md : 0 } } >
31
31
Full-Stack Web3 Development Platform
32
32
</ Heading >
33
33
</ Flex >
@@ -45,6 +45,7 @@ export const HeroSection = ({ TRACKING_CATEGORY }: HeroSectionProps) => {
45
45
/>
46
46
</ Flex >
47
47
< Flex
48
+ minW = { { base : "auto" , md : "420px" } }
48
49
maxW = { { base : "280px" , sm : "400px" , md : "500px" } }
49
50
position = "relative"
50
51
className = { styles . heroContainer }
You can’t perform that action at this time.
0 commit comments