Skip to content

Commit 0b2fbba

Browse files
committed
less underline pixels
1 parent 0b8cf00 commit 0b2fbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/CodenameGeneratorPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const CodenameGeneratorPage = () => {
108108
<div className="relative text-4xl text-lime-100 font-bold text-center h-16 mt-12">
109109
<div
110110
className="relative underline"
111-
style={{ fontFamily: 'Playfair Display', textDecorationThickness: '20px' }}
111+
style={{ fontFamily: 'Playfair Display', textDecorationThickness: '10px' }}
112112
>
113113
{codename}
114114
</div>

0 commit comments

Comments
 (0)