Skip to content

Commit

Permalink
Fix padding on bts page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmurray8 committed May 17, 2024
1 parent a844a9e commit 40b48ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/behind-the-scenes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
>
<Markdown
:markdown-string="`# ${pageTitle}`"
component-class="no-default-format md:mb-8 mb-4 text-2xl md:text-4xl mx-auto em:font-medium strong:font-semibold leading-14 tracking-tighter lg:mx-auto w-3/4 text-center"
component-class="no-default-format md:mb-8 mb-4 pt-8 text-2xl md:text-4xl mx-auto em:font-medium strong:font-semibold leading-14 tracking-tighter lg:mx-auto w-3/4 text-center"
/>
<ul
class="font-family-cormorant mx-auto mb-8 flex w-fit flex-col justify-center gap-4 text-center text-xl text-website-primary underline md:flex-row"
Expand Down

0 comments on commit 40b48ee

Please sign in to comment.