Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/pages/pollsarchive.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ function topPercentage(poll: ArchivedPoll): number {
<section class="xl:max-w-[900px] lg:max-w-[800px] max-w-[90%] mx-[auto] mb-[64px]">
<header class="mt-[24px] mb-[32px]">
<h1 class="font-playfair text-[36px] md:text-[42px] leading-tight">Polls Archive</h1>
<p class="font-roboto-slab text-[14px] mt-[4px] text-gray-600">
Every reader poll The Triangle has run, with final results.
</p>
</header>

{polls.length === 0 && (
Expand Down
Loading