From f3660050afdca5dcea434ac1c45382088bf08569 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Thu, 28 Sep 2023 09:31:16 -0700 Subject: [PATCH] flatten headings --- src/site/content/en/blog/css-subgrid/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/content/en/blog/css-subgrid/index.md b/src/site/content/en/blog/css-subgrid/index.md index dfa6da5a5e9..352e361fe56 100644 --- a/src/site/content/en/blog/css-subgrid/index.md +++ b/src/site/content/en/blog/css-subgrid/index.md @@ -230,7 +230,7 @@ one-liner that says “my layout spans from `fullbleed-start` to `fullbleed-end` There you have it, a macro grid like designers use, implemented in CSS. This concept can scale and grow with you as needed. -### Checking for support +## Checking for support Progressive enhancement with CSS and subgrid is familiar and straightforward. Use `@supports` and inside the parenthesis ask the browser if it understands