Skip to content

Commit

Permalink
fix layout of event summary paragraph and remove white bg
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyk3y committed Jul 1, 2024
1 parent c1aeaa6 commit 7c6bec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/events/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import Layout from "@/layouts/layout.astro";
---

<Layout title="Events" description="Upcoming events at WDCC">
<section class="py-16 bg-white text-center">
<section class="py-16 text-center">
<h1 class="text-4xl font-bold mb-4">Upcoming Events</h1>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
<p class="text-lg text-gray-600 max-w-5xl mx-auto">
WDCC hosts regular workshops, competitions and social events throughout the year.
We aim to help students develop practical skills that can be used in the workforce.
We host social events to help students network among peers and with industry people.
Expand Down

0 comments on commit 7c6bec4

Please sign in to comment.