Skip to content

Commit 83b21c8

Browse files
sanityclaude
andcommitted
Center Real-Time Sync slide content vertically
Add justify-content: center to vertically center the diagram and text in the available space below the title. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6a5de6b commit 83b21c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hugo-site/static/slides/hard-problems/real-time-sync.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ <h2 style="flex-shrink: 0; margin-bottom: 0.3em;">Real-Time Sync</h2>
66
flex: 1;
77
display: flex;
88
align-items: center;
9+
justify-content: center;
910
gap: 1.5em;
1011
min-height: 0;
1112
}
@@ -32,6 +33,7 @@ <h2 style="flex-shrink: 0; margin-bottom: 0.3em;">Real-Time Sync</h2>
3233
@media (max-width: 1400px) {
3334
.realtime-content {
3435
flex-direction: column;
36+
justify-content: center;
3537
}
3638
.realtime-diagram {
3739
flex: 0 0 auto;

0 commit comments

Comments
 (0)