File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,24 @@ import { H2 } from '@blueprintjs/core'
2
2
3
3
import { Markdown } from 'components/Markdown'
4
4
5
- // eslint-disable-next-line import/no-unresolved
6
5
import changelog from '../../CHANGELOG.md?raw'
7
6
8
7
export const AboutPage = ( ) => {
9
8
return (
10
- < div className = "max-w-[48rem] mx-auto" >
9
+ < div className = "max-w-screen-md mx-auto" >
11
10
< div className = "mt-8 flex flex-col items-center" >
12
- < div className = "" >
13
- < div className = "bg-rainbow relative !text-transparent !bg-clip-text font-bold italic text-7xl leading-[1.2]" >
14
- < div className = "ml-48 text-6xl !text-inherit" > 作业站解君愁</ div >
15
- < div className = "mr-48 !text-inherit" > 点击收藏不迷路</ div >
11
+ < div className = "text-[2rem] md:text-[3.75rem]" >
12
+ < div className = "bg-rainbow relative !text-transparent !bg-clip-text font-bold italic leading-[1.2]" >
13
+ < div className = "ml-[3.2em] mr-[0.2em] !text-inherit" >
14
+ 作业站解君愁
15
+ </ div >
16
+ < div className = "text-[1.2em] !text-inherit" > 点个收藏不迷路</ div >
16
17
</ div >
17
- < div className = "bg-rainbow !bg-clip-content h-1.5 pr-48 " />
18
+ < div className = "bg-rainbow !bg-clip-content h-[0.1em] pr-[1em] " />
18
19
</ div >
19
20
</ div >
20
21
21
- < div className = "mt-16 " >
22
+ < div className = "mt-12 p-4 " >
22
23
< H2 > 更新日志</ H2 >
23
24
< Markdown > { changelog } </ Markdown >
24
25
</ div >
You can’t perform that action at this time.
0 commit comments