diff --git a/site/index.html b/site/index.html index 69acd5e..d23ef1d 100644 --- a/site/index.html +++ b/site/index.html @@ -127,7 +127,8 @@ margin-bottom: 3rem; } - .section h2 { + .section h2, + .example h2 { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; @@ -356,17 +357,6 @@ background: var(--surface); } - .example h2 { - font-size: 0.75rem; - font-weight: 600; - letter-spacing: 0.2em; - text-transform: uppercase; - color: var(--accent-dim); - margin-bottom: 1.5rem; - padding-bottom: 0.5rem; - border-bottom: 1px solid var(--border); - } - .example img { width: 100%; border: 1px solid var(--border);