Skip to content

Commit fd881ea

Browse files
s-sajid-aliclaude
andcommitted
Center image on Tools slide
Added text-align: center styling to the div containing the tool-call.png image on slide 22 to center it horizontally within the slide layout. Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 0a63563 commit fd881ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presentation/slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ What happens if you set that field to be either a `str` or `None`?
762762
763763
---
764764
layout: top-title-two-cols
765-
columns: is-8
765+
columns: is-6
766766
color: violet-light
767767
hideInToc: true
768768
---
@@ -786,7 +786,7 @@ hideInToc: true
786786
787787
:: right ::
788788
789-
<div>
789+
<div style="text-align: center;">
790790
<img src="/tool-call.png" style="width: 50%;"/>
791791
</div>
792792

0 commit comments

Comments
 (0)