Skip to content

Commit 8df4e3d

Browse files
committed
Update overview open spaces section
1 parent 7d69b56 commit 8df4e3d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/overview.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Section from "@ui/Section.astro";
55
66
import { Image } from "astro:assets";
77
8-
const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[300px] w-full border-4 border-white rounded-lg shadow-lg ";
8+
const imageStyle = "m-2 md:float-right lg:float-none max-w-[300px] md:max-w-[400px] lg:max-w-[400px] w-full border-4 border-white rounded-lg shadow-lg ";
99
---
1010

1111
<Layout
@@ -139,7 +139,10 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
139139
/>
140140

141141
<ul class="event-list">
142-
<li><a href="/open-spaces">Open Spaces</a></li>
142+
<li><a href="/pyladies#pyladies-open-space">PyLadies Open Space</a></li>
143+
<li><a href="/pyladies#iamremarkable">PyLadies I'm remarkable</a></li>
144+
<li>3D printing workshop</li>
145+
<li>Resume Session</li>
143146
</ul>
144147
</div>
145148

0 commit comments

Comments
 (0)