We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5ed5c commit 02f47ccCopy full SHA for 02f47cc
src/components/WordMark.tsx
@@ -40,6 +40,7 @@ const subtitleStyles = css([
40
letterSpacing: 2,
41
margin: 0,
42
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
44
fontSize: '0.75em',
45
},
46
darkMode({ opacity: 0.74 }),
0 commit comments