Skip to content

Commit d8b950a

Browse files
committed
fix h3 text size in /portfolio
1 parent 2e8fa46 commit d8b950a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/portfolio/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@apply text-4xl font-bold;
1919
}
2020
h3 {
21-
@apply text-2xl font-bold;
21+
@apply text-xl font-bold;
2222
}
2323
a {
2424
@apply opacity-100;

0 commit comments

Comments
 (0)