Skip to content

Commit 2cb07ee

Browse files
committed
style: change comparison images to vertical layout
- Switch from side-by-side to stacked vertical layout - Display images at full container width (same as videos) - Increase spacing between images for better readability - Each image now spans the full content area
1 parent d4ea416 commit 2cb07ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ function App() {
556556
{/* Qualitative Comparisons */}
557557
<section className="mb-20">
558558
<h2 className="font-serif text-3xl font-semibold mb-8 text-slate-900">Qualitative Comparisons</h2>
559-
<div className="grid grid-cols-1 lg:grid-cols-2 gap-8">
559+
<div className="space-y-10">
560560
{/* Real-world comparison */}
561561
<div>
562562
<img

0 commit comments

Comments
 (0)