diff --git a/src/assets/css/local/custom-card.css b/src/assets/css/local/custom-card.css index f809263b..edd8fe2f 100644 --- a/src/assets/css/local/custom-card.css +++ b/src/assets/css/local/custom-card.css @@ -23,7 +23,7 @@ custom-card ::selection { custom-card :is(h2, h3) { --flow-space: var(--space-m); grid-row: headline; - font-size: var(--size-step-base); + font-size: var(--size-step-2); } custom-card :is(h2, h3) a { diff --git a/src/assets/images/blog/og-preview.jpeg b/src/assets/images/blog/og-preview.jpeg index c0635aaf..12e9a79f 100644 Binary files a/src/assets/images/blog/og-preview.jpeg and b/src/assets/images/blog/og-preview.jpeg differ diff --git a/src/docs/css.md b/src/docs/css.md index 0494fffe..2d2c4fd8 100644 --- a/src/docs/css.md +++ b/src/docs/css.md @@ -36,4 +36,4 @@ It makes visible when your code[ wrapped in `` elements](https://github **New in version 4.0: Cascade layers** -We now use cascade layers! Up until now, I used the `:where` pseudo-class to create low specificity selectors for the reset and compositions. [Mayank inspired me](https://mayank.co/blog/css-reset-layer/) to change to cascade layers. We have two major bundles of CSS: everything included in "global" In `src/assets/css/global/global.css` is now organized in cascade layers. The "local" bundle is for per-page or component CSS, and does not use cascade layers - it has thus a higher specificity, independent of any selector specificity in the global CSS. \ No newline at end of file +We now use cascade layers! Up until now, I used the `:where()` pseudo-class to create low specificity selectors for the reset and compositions. [Mayank inspired me](https://mayank.co/blog/css-reset-layer/) to change to cascade layers. We have two major bundles of CSS: everything included in "global" In `src/assets/css/global/global.css` is now organized in cascade layers. The "local" bundle is for per-page or component CSS, and does not use cascade layers - it has thus a higher specificity, independent of any selector specificity in the global CSS. \ No newline at end of file diff --git a/src/pages/built-with.njk b/src/pages/built-with.njk index 72310598..6249ea12 100644 --- a/src/pages/built-with.njk +++ b/src/pages/built-with.njk @@ -39,7 +39,7 @@ widths: [400, 520] {% for site in builtwith | shuffle %} {% image "./src/assets/images/screenshots/" + site.filename + ".jpg", site.name, null, "lazy", null, null, widths, sizes %} -

{{ site.name }}

+

{{ site.name }}

{{ site.description }}