mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 10:20:40 +01:00
fix
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<nuxt-content
|
<nuxt-content
|
||||||
:document="post"
|
:document="post"
|
||||||
class="my-6 md:my-12 max-w-none w-full text-justify prose prose-sm sm:prose lg:prose-lg xl:prose-2xl dark:prose dark:prose-dark"
|
class="my-6 md:my-12 max-w-none w-full text-justify prose prose-sm sm:prose sm:max-w-none lg:prose-lg lg:max-w-none dark:prose-dark dark:max-w-none"
|
||||||
/>
|
/>
|
||||||
<p class="mb-3">
|
<p class="mb-3">
|
||||||
{{ $t('blog.read.thanks') }}
|
{{ $t('blog.read.thanks') }}
|
||||||
|
|||||||
@@ -929,7 +929,7 @@ module.exports = {
|
|||||||
transitionProperty: ['responsive'],
|
transitionProperty: ['responsive'],
|
||||||
transitionTimingFunction: ['responsive'],
|
transitionTimingFunction: ['responsive'],
|
||||||
translate: ['responsive', 'hover', 'focus'],
|
translate: ['responsive', 'hover', 'focus'],
|
||||||
typography: ['dark'],
|
typography: ['dark', 'responsive'],
|
||||||
userSelect: ['responsive'],
|
userSelect: ['responsive'],
|
||||||
verticalAlign: ['responsive'],
|
verticalAlign: ['responsive'],
|
||||||
visibility: ['responsive'],
|
visibility: ['responsive'],
|
||||||
|
|||||||
Reference in New Issue
Block a user