We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc6a3f commit 5ef3d43Copy full SHA for 5ef3d43
src/components/2025/header.js
@@ -16,7 +16,7 @@ function Header() {
16
<img alt="OSCAFest 2025" src={homeBackground.title} className="md:hidden mb-5 w-80" />
17
<img alt="OSCAFest 2025" src={homeBackground.titleLarge} className="hidden md:flex mb-5" />
18
<div className="flex flex-col w-full ">
19
- <text className="font-clashDisplay text-2xl md:text-3xl lg:text-4xl xl:text-5xl text-center justify-center tracking-widest text-white w-full">
+ <text className="font-clashDisplay text-2xl md:text-2xl lg:text-4xl xl:text-5xl text-center justify-center tracking-widest text-white w-full">
20
{" "}
21
AUGUST 14 - AUGUST 16, 2025
22
</text>
0 commit comments