Skip to content

Commit 02f47cc

Browse files
committed
Fix image getting pushed over during FOUT
1 parent df5ed5c commit 02f47cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/WordMark.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const subtitleStyles = css([
4040
letterSpacing: 2,
4141
margin: 0,
4242
opacity: 0.64, // Gives approximately the same visual weight as 0.54 for the title
43+
width: 0, // Overflow is visible, but this prevents the right logo piece from getting pushed over during FOUT
4344
fontSize: '0.75em',
4445
},
4546
darkMode({ opacity: 0.74 }),

0 commit comments

Comments
 (0)