diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index d60566f..f425ce8 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -54,7 +54,8 @@ const { title } = Astro.props.frontmatter || Astro.props; } div.score-wrapper { - @apply my-12; + @apply mt-8; + @apply mb-16; } @media only screen { diff --git a/tailwind.config.mjs b/tailwind.config.mjs index f9a8aa0..26198f8 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -3,7 +3,7 @@ export default { content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], theme: { fontFamily: { - body: ['New York', 'Times New Roman', 'Times', 'serif'], + body: ['Times New Roman', 'Times', 'serif'], }, extend: { },