We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3daf623 + 10fc4ef commit 297445cCopy full SHA for 297445c
2 files changed
src/pages/contact.mdx
@@ -1,7 +1,6 @@
1
---
2
layout: "../layout/base-no-footer.astro"
3
4
-
5
import ContentSection from "~/components/content-section.astro";
6
7
<ContentSection title="Contact Us">
src/pages/reading-group.astro
@@ -87,7 +87,7 @@ const description = "ML@Purdue Website";
87
</div>
88
89
<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">
+ <span class="orbitron mb-1 max-w-[63vw] leading-tight text-xl sm:mt-3 lg:text-2xl">
91
{topic}
92
</span>
93
<div class="flex flex-wrap gap-2">
0 commit comments