Skip to content

Commit a4e4044

Browse files
committed
.
1 parent 0549502 commit a4e4044

23 files changed

+79
-48
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- note in website ```text-xs```
1414
- ```rounded-sm```
1515
- breakpoint: ```md``` / ```xl``` / ```3xl```
16+
- black color: ```#0d0d0d```
1617

1718
### Note
1819
- use ```<Link>``` instead of ```<a>```

app/globals.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@
124124

125125

126126

127-
@theme {
128-
--breakpoint-3xl: 120rem;
129-
}
130127
@layer base {
131128
* {
132129
@apply border-border outline-ring/50;
@@ -161,7 +158,7 @@
161158

162159
/* font */
163160
.text-t0 {
164-
@apply text-6xl sm:text-7xl md:text-8xl lg:text-9xl;
161+
@apply text-6xl md:text-7xl xl:text-8xl 3xl:text-9xl;
165162
}
166163
.text-t1 {
167164
@apply text-5xl md:text-6xl;

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function RootLayout({
6767

6868

6969

70-
<div className="fixed flex flex-row gap-3 p-6 z-20 flex-wrap w-full justify-between md:w-fit md:justify-start">
70+
<div className="fixed flex flex-row gap-3 m-6 z-20 flex-wrap w-full justify-between md:w-fit md:justify-start">
7171

7272
<Button asChild className="bg-background text-foreground hover:bg-white group">
7373
<Link href="/" className="select-none">

public/icon/IDS.jpg

-35.9 KB
Binary file not shown.

public/icon/bilibili.svg

Lines changed: 9 additions & 0 deletions
Loading

public/icon/bluesky.svg

Lines changed: 1 addition & 0 deletions
Loading

public/icon/dblp.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/icon/discord.svg

Lines changed: 7 additions & 0 deletions
Loading

public/icon/email.svg

Lines changed: 7 additions & 9 deletions
Loading

public/icon/github.svg

Lines changed: 7 additions & 19 deletions
Loading

0 commit comments

Comments
 (0)