@dargmuesli/nuxt-vio 3.0.0-beta.20 → 3.0.0-beta.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@
33
33
  /* doiuse-enable css-cascade-layers */
34
34
  .vio-prose {
35
35
  /* doiuse-disable css-nesting */
36
- @apply prose prose-sm m-auto dark:prose-invert sm:prose-base lg:prose-lg xl:prose-xl; /* 2xl:prose-2xl */ /* doiuse-enable css-nesting */
36
+ @apply prose prose-sm dark:prose-invert sm:prose-base lg:prose-lg xl:prose-xl; /* 2xl:prose-2xl */ /* doiuse-enable css-nesting */
37
37
  }
38
38
 
39
39
  .vio-prose-fullwidth {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="vio-prose">
2
+ <div class="vio-prose m-auto">
3
3
  <h1>{{ title }}</h1>
4
4
  <h2>{{ t('tmg') }}</h2>
5
5
  <address>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="vio-prose">
2
+ <div class="vio-prose m-auto">
3
3
  <h1>{{ title }}</h1>
4
4
  <ol v-if="isEnabled">
5
5
  <li v-if="isEnabled.summary">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "3.0.0-beta.20",
3
+ "version": "3.0.0-beta.21",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"