We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cb1da commit ea35daeCopy full SHA for ea35dae
1 file changed
assets/css/udoit4-theme.css
@@ -189,8 +189,8 @@
189
}
190
191
--text-spacing-percent: 0;
192
- --app-letter-spacing: calc(var(--text-spacing-percent) * 0.0006em);
193
- --app-word-spacing: calc(var(--text-spacing-percent) * 0.0014em);
+ --app-letter-spacing: calc(var(--text-spacing-percent) * 0.0018em);
+ --app-word-spacing: calc(var(--text-spacing-percent) * 0.0042em);
194
letter-spacing: var(--app-letter-spacing);
195
word-spacing: var(--app-word-spacing);
196
0 commit comments