We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e25537 commit 6f770edCopy full SHA for 6f770ed
src/pages/index.astro
@@ -24,7 +24,7 @@ import Layout from "../layouts/Layout.astro";
24
<Layout
25
title="Concordia Programming Team"
26
description="The home for Concordia University, Nebraska Competitive Programming and Software Development"
27
- class="bg-gray-900 text-light w-screen h-screen overflow-x-hidden lg:overflow-y-hidden flex flex-col"
+ class="bg-gray-900 text-light w-screen h-screen overflow-x-hidden flex flex-col"
28
>
29
<section class="grid h-full w-full place-content-center px-10 pt-10 gap-5">
30
<div class="flex flex-col gap-5 lg:w-1/2 h-3/4 lg:h-1/2 m-auto">
0 commit comments