mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: change some spacing in Typography components
This commit is contained in:
@@ -16,7 +16,7 @@ export const Text: FunctionalComponent<Props> = ({
|
||||
}) => {
|
||||
const Tag = as;
|
||||
const classes = cx(
|
||||
'text-3 font-normal tracking-normal mbe-10 mbs-0 last-of-type:mbe-0 dark:font-light',
|
||||
'text-3 font-normal tracking-normal mbe-10 mbs-0 dark:font-light',
|
||||
className
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user