Commit eaaf57b
committed
blog: use the built-in note, drop the carousel CTA, and let the post CTA fill the column
The coming soon note goes back to a plain ::note with the title as its leading
bold text. That is what the built-in gives without help: Callout's slot is
mdc-unwrap="p", so the icon and the title share a line by default. Promoting the
title to a block, as the previous commit did, is what pushed the icon onto a line
of its own, and the custom class it needed is gone with it.
The prompt carousel loses its Try it out. The connect steps at the end of the
post carry the same CTA, and the post's own CTA card follows them, so a third one
beside the position dots was the same next step asked three times.
BlogPostCta drops max-w-prose. At 65ch that is narrower than the article column
the card sits in, so it was inset on both sides while every other block ran the
full measure. Now 704px like the rest. Applies to every post carrying a cta
block, which is most of them.1 parent c3e350f commit eaaf57b
4 files changed
Lines changed: 9 additions & 63 deletions
File tree
- nuxt/components
- content
- src
- blog/2026/08
- css
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 269 | + | |
273 | 270 | | |
274 | 271 | | |
275 | 272 | | |
| |||
287 | 284 | | |
288 | 285 | | |
289 | 286 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | 287 | | |
303 | 288 | | |
304 | 289 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 117 | + | |
| 118 | + | |
121 | 119 | | |
122 | 120 | | |
123 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3839 | 3839 | | |
3840 | 3840 | | |
3841 | 3841 | | |
3842 | | - | |
3843 | | - | |
3844 | | - | |
3845 | | - | |
3846 | | - | |
3847 | | - | |
3848 | | - | |
3849 | | - | |
3850 | | - | |
3851 | | - | |
3852 | | - | |
3853 | | - | |
3854 | | - | |
3855 | | - | |
3856 | | - | |
| 3842 | + | |
3857 | 3843 | | |
3858 | 3844 | | |
3859 | 3845 | | |
3860 | | - | |
| 3846 | + | |
3861 | 3847 | | |
3862 | 3848 | | |
3863 | 3849 | | |
3864 | 3850 | | |
3865 | 3851 | | |
3866 | | - | |
3867 | | - | |
3868 | | - | |
3869 | | - | |
3870 | | - | |
3871 | 3852 | | |
3872 | 3853 | | |
3873 | 3854 | | |
| |||
3923 | 3904 | | |
3924 | 3905 | | |
3925 | 3906 | | |
3926 | | - | |
3927 | | - | |
3928 | | - | |
3929 | | - | |
3930 | | - | |
3931 | | - | |
3932 | | - | |
3933 | | - | |
3934 | | - | |
3935 | | - | |
3936 | | - | |
3937 | | - | |
3938 | | - | |
3939 | | - | |
3940 | | - | |
3941 | | - | |
3942 | | - | |
3943 | | - | |
3944 | | - | |
3945 | | - | |
3946 | | - | |
0 commit comments