Skip to content

Commit 8c0d544

Browse files
committedJan 6, 2025·
Remove Xmas page and reduce font-size on article content
1 parent abf939f commit 8c0d544

File tree

3 files changed

+2
-160
lines changed

3 files changed

+2
-160
lines changed
 

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@types/remark-prism": "^1.3.7",
2727
"autoprefixer": "^10.4.20",
2828
"postcss": "^8.4.49",
29-
"react-snowfall": "^2.2.0",
3029
"tailwindcss": "^3.4.15",
3130
"typescript": "^5.6.3"
3231
}

‎pages/christmas.tsx

-158
This file was deleted.

‎styles/global.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body {
6666
}
6767

6868
article p {
69-
font-size: 1.14rem;
69+
font-size: 1rem;
7070
margin-top: 18px;
7171
margin-bottom: 18px;
7272
}
@@ -93,6 +93,7 @@ article li {
9393
margin-top: 5px;
9494
margin-bottom: 5px;
9595
margin-left: 25px;
96+
font-size: 1rem;
9697
list-style-type: disc;
9798
}
9899

0 commit comments

Comments
 (0)
Please sign in to comment.