File tree 4 files changed +9
-11
lines changed
4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 32
32
33
33
.actions {
34
34
display : flex ;
35
+ flex-direction : column-reverse ;
35
36
gap : 1rem ;
37
+
38
+ @media screen and (min-width : 768px ) {
39
+ flex-direction : row ;
40
+ }
36
41
}
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ import Start from "@site/src/components/Start";
5
5
export default function Outro ( ) : JSX . Element {
6
6
return (
7
7
< div className = { styles . outro } >
8
- < p className = { `${ styles . sub } ${ styles . ease } ` } >
9
- Develop your next decentralized app with{ " " }
10
- < span className = { styles . bold } > ease</ span > .
11
- </ p >
12
8
< p className = { `${ styles . sub } ${ styles . time } ` } >
13
- Launch it in < span className = { styles . bold } > no time</ span > .
9
+ Develop your next decentralized app in{ " " }
10
+ < span className = { styles . bold } > no time</ span > .
14
11
</ p >
15
12
16
13
< Start />
Original file line number Diff line number Diff line change 13
13
font-size : var (--ifm-h3-font-size );
14
14
}
15
15
16
- .ease {
17
- max-width : 78vw ;
18
- }
19
-
20
16
.time {
21
- margin : 0 0 3 rem ;
17
+ margin : 0 0 2 rem ;
22
18
}
23
19
24
20
.bold {
Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
.section {
12
- padding : 6 rem 2rem 4rem ;
12
+ padding : 5 rem 2rem 4rem ;
13
13
}
14
14
15
15
.block {
You can’t perform that action at this time.
0 commit comments