This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ export default function Home() {
6
6
const [ count , setCount ] = useState ( 0 )
7
7
8
8
return (
9
- < div className = "wrapper " >
9
+ < div className = "page " >
10
10
< Import from = "../style/index.less" />
11
11
< p className = "logo" > < Logo /> </ p >
12
- < p > Welcome to use < strong > Aleph.js</ strong > !</ p >
12
+ < h1 > Welcome to use < strong > Aleph.js</ strong > !</ h1 >
13
13
< p className = "links" >
14
14
< a href = "https://alephjs.org" target = "_blank" > Website</ a >
15
15
< span > ·</ span >
Original file line number Diff line number Diff line change
1
+ body {
2
+ font-family : " Helvetica Neue" , Helvetica , Arial sans-serif ;
3
+ }
4
+
1
5
main {
2
6
display : flex ;
3
7
align-items : center ;
4
8
justify-content : center ;
5
9
min-height : 100vh ;
6
10
}
7
11
8
- .wrapper {
12
+ .page {
9
13
display : flex ;
10
14
align-items : center ;
11
15
justify-content : left ;
12
16
flex-direction : column ;
13
17
14
- p {
18
+ h1 {
15
19
margin : 0 ;
16
20
line-height : 1.5 ;
17
- font-size : 15 px ;
18
- font-family : Helvetica , Arial , sans-serif ;
21
+ font-size : 16 px ;
22
+ font-weight : 400 ;
19
23
text-align : center ;
20
- color : #333 ;
24
+ color : #000 ;
21
25
22
26
strong {
23
- color : #000 ;
24
- font-weight : 600 ;
27
+ font-weight : 700 ;
25
28
}
26
29
}
27
30
31
+ p {
32
+ margin : 0 ;
33
+ line-height : 1.5 ;
34
+ font-size : 15px ;
35
+ text-align : center ;
36
+ color : #333 ;
37
+ }
38
+
28
39
.logo + p {
29
40
margin-top : 6px ;
30
41
}
You can’t perform that action at this time.
0 commit comments