Skip to content

Commit

Permalink
panelists heading
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekpal1 committed Nov 17, 2023
1 parent 56f21a3 commit d4d2907
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/_/Panelists/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Panelists from "./Panelists.svelte"
Panelists
</h2>
</div>
<h3>Breaking Barriers: Women Redefining Tech</h3><br/>
<div class="grid">
<Panelists panelists={panelists} client:visible />
</div>
Expand All @@ -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;
Expand Down

0 comments on commit d4d2907

Please sign in to comment.