We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
justify-self-center
1 parent c266ac9 commit f6b15ebCopy full SHA for f6b15eb
src/docs/justify-self.mdx
@@ -98,7 +98,7 @@ Use the `justify-self-center` or `justify-self-center-safe` utilities to align a
98
{
99
<div className="grid grid-cols-1 gap-8">
100
<div>
101
- <p className="text-center font-mono text-xs font-medium text-gray-500 dark:text-gray-400">justify-center-end</p>
+ <p className="text-center font-mono text-xs font-medium text-gray-500 dark:text-gray-400">justify-self-center</p>
102
<div className="mt-4 grid auto-rows-fr grid-cols-3 justify-items-stretch gap-10 text-center font-mono text-sm leading-6 font-bold text-white">
103
<div className="rounded-lg bg-indigo-300 p-4 dark:bg-indigo-800 dark:text-indigo-500">01</div>
104
<div className="grid grid-cols-1">
0 commit comments