Skip to content

Commit 2527fee

Browse files
ofriwclaude
andcommitted
Center comparison and marketingReality grids horizontally in presentations
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ebb51a3 commit 2527fee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/src/components/PresentationMode/RevealSlideshow.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
display: grid;
158158
grid-template-columns: 1fr 1fr;
159159
gap: clamp(1em, 2vw, 1.5em);
160-
margin: 1.5em 0 0.5em 0;
160+
margin: 1.5em auto 0.5em auto;
161+
max-width: var(--pres-component-max-width);
161162
flex: 1;
162163
min-height: 0;
163164
max-height: none;
@@ -228,7 +229,8 @@
228229
display: grid;
229230
grid-template-columns: 1fr 1fr;
230231
gap: clamp(1em, 2vw, 1.5em);
231-
margin: 0;
232+
margin: 0 auto;
233+
max-width: var(--pres-component-max-width);
232234
height: 100%;
233235
max-height: none;
234236
}

0 commit comments

Comments
 (0)