Skip to content

Commit 297445c

Browse files
authored
Merge pull request #21 from SauquetAlex/master
Minor spacing issue with reading group. Also trying to fix the build …
2 parents 3daf623 + 10fc4ef commit 297445c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/contact.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: "../layout/base-no-footer.astro"
33
---
4-
54
import ContentSection from "~/components/content-section.astro";
65

76
<ContentSection title="Contact Us">

src/pages/reading-group.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const description = "ML@Purdue Website";
8787
</div>
8888

8989
<div class="flex flex-col p-4 lg:p-6 lg:pt-0 lg:pl-4">
90-
<span class="orbitron mb-1 max-w-[63vw] leading-tight text-xl lg:text-2xl">
90+
<span class="orbitron mb-1 max-w-[63vw] leading-tight text-xl sm:mt-3 lg:text-2xl">
9191
{topic}
9292
</span>
9393
<div class="flex flex-wrap gap-2">

0 commit comments

Comments
 (0)