@coffic/cosy-ui 0.6.34 → 0.6.36
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.
- package/dist/hero/Hero.astro +1 -1
- package/package.json +1 -1
package/dist/hero/Hero.astro
CHANGED
@@ -212,7 +212,7 @@ const contentClasses = [
|
|
212
212
|
align === 'center' ? 'cosy:text-center cosy:items-center' : '',
|
213
213
|
align === 'left' ? 'cosy:text-left cosy:items-start' : '',
|
214
214
|
align === 'right' ? 'cosy:text-right cosy:items-end' : '',
|
215
|
-
'cosy:
|
215
|
+
'cosy:w-full',
|
216
216
|
'cosy:mx-auto',
|
217
217
|
'cosy:gap-10',
|
218
218
|
'cosy:lg:gap-16',
|