Commit bbfcefd
Fix center alignment of IAM policy example label in BYOLLM docs (#43)
* Fix center alignment of IAM policy example label in BYOLLM docs
Convert standalone bold text '**Example: AWS Bedrock minimum IAM policy**' to a
proper '####' heading so Astro Starlight renders it left-aligned instead of centered.
Co-Authored-By: Oz <oz-agent@warp.dev>
* Fix all code blocks center-aligned due to figure CSS rule
The .sl-markdown-content figure rule in custom.css applied text-align: center
to all figures, including the <figure> elements that Expressive Code renders
for code blocks. This caused every code block on the site to be center-aligned.
Fix by scoping the rule to exclude .expressive-code figures, so only image
figures (used for screenshot captions) get the centered treatment.
Co-Authored-By: Oz <oz-agent@warp.dev>
---------
Co-authored-by: Oz <oz-agent@warp.dev>1 parent 4cf06d5 commit bbfcefd
2 files changed
Lines changed: 6 additions & 5 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
282 | 285 | | |
283 | 286 | | |
284 | 287 | | |
| |||
0 commit comments