Skip to content

Commit ea35dae

Browse files
committed
chore: testing different values for spacing
1 parent 99cb1da commit ea35dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/udoit4-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
}
190190

191191
--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);
192+
--app-letter-spacing: calc(var(--text-spacing-percent) * 0.0018em);
193+
--app-word-spacing: calc(var(--text-spacing-percent) * 0.0042em);
194194
letter-spacing: var(--app-letter-spacing);
195195
word-spacing: var(--app-word-spacing);
196196
}

0 commit comments

Comments
 (0)