We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf939f commit 8c0d544Copy full SHA for 8c0d544
package.json
@@ -26,7 +26,6 @@
26
"@types/remark-prism": "^1.3.7",
27
"autoprefixer": "^10.4.20",
28
"postcss": "^8.4.49",
29
- "react-snowfall": "^2.2.0",
30
"tailwindcss": "^3.4.15",
31
"typescript": "^5.6.3"
32
}
pages/christmas.tsx
styles/global.css
@@ -66,7 +66,7 @@ body {
66
67
68
article p {
69
- font-size: 1.14rem;
+ font-size: 1rem;
70
margin-top: 18px;
71
margin-bottom: 18px;
72
@@ -93,6 +93,7 @@ article li {
93
margin-top: 5px;
94
margin-bottom: 5px;
95
margin-left: 25px;
96
97
list-style-type: disc;
98
99
0 commit comments