Skip to content

Commit 33d052e

Browse files
committed
Improve captions.
1 parent d0bde3b commit 33d052e

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ params:
2020
description: 'Home of the everything-is-code enthusiasts'
2121
mainSections: ['posts']
2222
anubis2:
23-
colortheme: 'auto'
2423
enablecolorthemeswitcher: true
2524
enablesummary: true
2625
enablereadmorebutton: true

content/pages/openfasttrace.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,18 @@ OpenFastTrace is a cornerstone for **Agentic Development**—a workflow where AI
4949

5050
### Videos
5151

52-
<figure>
53-
{{< youtube tlzMT6RaVWA >}}
54-
<figcaption>Introduction to OpenFastTrace</figcaption>
52+
<figure style="display: flex; flex-direction: column; align-items: center; margin: 2rem 0;">
53+
<div style="width: 100%; margin-bottom: 1rem;">
54+
{{< youtube tlzMT6RaVWA >}}
55+
</div>
56+
<figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #666; text-align: center;">Introduction to OpenFastTrace</figcaption>
5557
</figure>
5658

57-
<figure>
58-
{{< youtube P2o_swwQTNE >}}
59-
<figcaption>OpenFastTrace Presentation at Xen Summit</figcaption>
59+
<figure style="display: flex; flex-direction: column; align-items: center; margin: 2rem 0;">
60+
<div style="width: 100%; margin-bottom: 1rem;">
61+
{{< youtube P2o_swwQTNE >}}
62+
</div>
63+
<figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #666; text-align: center;">OpenFastTrace Presentation at Xen Summit</figcaption>
6064
</figure>
6165

6266
### Resources

0 commit comments

Comments
 (0)