Skip to content

Commit

Permalink
Add markdown classes
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Sep 8, 2022
1 parent 3962e25 commit 200cfbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
v-if="header_logo_url"
class="mr-3 h-10"
:src="header_logo_url"
:alt="header_logo_text"
>
<span>
{{ header_logo_text }}
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default () => {
include: [/\.vue$/, /\.md$/]
}),
Markdown({
wrapperClasses: '!container mx-auto pt-4 pb-4 prose dark:prose-invert box-border'
wrapperClasses: '!container mx-auto p-4 sm:pl-0 sm:pr-0 prose dark:prose-invert box-border'
}),
Pages({
dirs: 'pages',
Expand Down

0 comments on commit 200cfbb

Please sign in to comment.