File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Section from "@ui/Section.astro";
55
66import { 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,12 @@ 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 discussion</a ></li >
143+ <li ><a href =" /pyladies#iamremarkable" >PyLadies I'm remarkable workshop</a ></li >
144+ <li >PyLadies stretching session</li >
145+ <li >3D printing workshop</li >
146+ <li >CV feedback session</li >
147+ <li >Python organizers open space discussion</li >
143148 </ul >
144149 </div >
145150
You can’t perform that action at this time.
0 commit comments