Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/pages/overview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Section from "@ui/Section.astro";

import { Image } from "astro:assets";

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 ";
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 ";
---

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

<ul class="event-list">
<li><a href="/open-spaces">Open Spaces</a></li>
<li><a href="/pyladies#pyladies-open-space">PyLadies Open Space</a></li>
<li><a href="/pyladies#iamremarkable">PyLadies I'm remarkable</a></li>
<li>3D printing workshop</li>
<li>Resume Session</li>
</ul>
</div>

Expand Down