diff --git a/src/components/home/transforms-3d.tsx b/src/components/home/transforms-3d.tsx
index 0344a033c..1db974e0d 100644
--- a/src/components/home/transforms-3d.tsx
+++ b/src/components/home/transforms-3d.tsx
@@ -29,7 +29,7 @@ export function Transforms3d() {
src={_3dTransformsImg.src}
className="absolute inset-0 size-82 rounded-2xl shadow-2xl outline outline-gray-950/5 transition duration-300 transform-3d"
/>
-
diff --git a/src/components/home/why-tailwind-css-section.tsx b/src/components/home/why-tailwind-css-section.tsx
index ac544d132..8e3bcd96f 100644
--- a/src/components/home/why-tailwind-css-section.tsx
+++ b/src/components/home/why-tailwind-css-section.tsx
@@ -284,7 +284,7 @@ export default function WhyTailwindCssSection() {
return (
{name}
-
@@ -617,7 +617,7 @@ export default function WhyTailwindCssSection() {
-
+
{[
{ src: avatar4.src, name: "Will Winton", role: "Director of Operations" },
{ src: avatar5.src, name: "Kristin Yardly", role: "Marketing Coordinator" },
@@ -641,7 +641,7 @@ export default function WhyTailwindCssSection() {
);
})}
-
+
{[
{ src: avatar1.src, name: "سارة أحمد", role: "مديرة مشاريع" },
{ src: avatar2.src, name: "علي محمد", role: "مطور برمجيات" },
diff --git a/src/components/theme-toggle.tsx b/src/components/theme-toggle.tsx
index ec8405496..812098f22 100644
--- a/src/components/theme-toggle.tsx
+++ b/src/components/theme-toggle.tsx
@@ -38,7 +38,7 @@ function onChange(theme: Theme, setTheme: (theme: Theme) => void) {
function ThemeToggleButton(props: React.ComponentProps
) {
return (
);
diff --git a/src/docs/background-position.mdx b/src/docs/background-position.mdx
index 65167181f..07da9d15d 100644
--- a/src/docs/background-position.mdx
+++ b/src/docs/background-position.mdx
@@ -164,7 +164,13 @@ Use utilities like `bg-center`, `bg-right`, and `bg-left-top` to control the pos
### Using a custom value
-
+
### Responsive design
diff --git a/src/docs/box-shadow.mdx b/src/docs/box-shadow.mdx
index 54e23a23d..453c16b83 100644
--- a/src/docs/box-shadow.mdx
+++ b/src/docs/box-shadow.mdx
@@ -182,15 +182,15 @@ Use utilities like `inset-shadow-xs` and `inset-shadow-sm` to apply an inset box
}
diff --git a/src/docs/box-sizing.mdx b/src/docs/box-sizing.mdx
index a70396f6e..8bd55e569 100644
--- a/src/docs/box-sizing.mdx
+++ b/src/docs/box-sizing.mdx
@@ -43,7 +43,7 @@ This means a 100px × 100px element with a 2px border and 4px of padding on
{/* Right chip */}
@@ -121,7 +121,7 @@ This means a 100px × 100px element with a 2px border and 4px of padding on
{/* Right chip */}