Skip to content

Commit e261fef

Browse files
committed
Improve the footer on phones
1 parent 8cbedb2 commit e261fef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/app/conf/2025/components/footer/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ export function Footer({
2525
<Stripes />
2626
<div className="flex flex-wrap justify-between gap-4 p-4 max-md:w-full md:px-6 lg:py-10 2xl:px-10">
2727
{logo}
28-
<div className="flex gap-x-4 gap-y-2 typography-body-lg">
29-
<p className="flex items-center gap-2">
28+
<div className="flex gap-x-4 typography-body-lg max-sm:grid max-sm:grid-cols-2 max-sm:items-start max-sm:text-lg sm:gap-y-2">
29+
<p className="flex items-center whitespace-pre">
3030
<time dateTime="2025-09-08">September 08</time>
3131
<span>-</span>
32-
<time dateTime="2025-09-10">10, 2025</time>
32+
<time dateTime="2025-09-10">
33+
10<span className="max-sm:hidden">, 2025</span>
34+
</time>
3335
</p>
3436
<address className="not-italic">Amsterdam, Netherlands</address>
3537
</div>

0 commit comments

Comments
 (0)