diff --git a/src/pages/_/Panelists/index.astro b/src/pages/_/Panelists/index.astro index 01162ca..f519abe 100644 --- a/src/pages/_/Panelists/index.astro +++ b/src/pages/_/Panelists/index.astro @@ -10,6 +10,7 @@ import Panelists from "./Panelists.svelte" Panelists +

Breaking Barriers: Women Redefining Tech


@@ -19,6 +20,13 @@ import Panelists from "./Panelists.svelte" h2 { --stroke-color: var(--red); } + + h3 { + font-size: 2.5rem; + color: var(--green); + line-height: 1.5; + margin-bottom: 0.15em; +} .grid { --columns: 2; display: grid;