This commit is contained in:
tree🌴 2024-02-12 14:43:14 +01:00
parent 3698f24d2d
commit 939d45adb6
1 changed files with 3 additions and 3 deletions

View File

@ -20,13 +20,13 @@ const issue = issues.find(i => i.week === week)
<html> <html>
<head></head> <head></head>
<body class="w-screens h-screen"> <body class="h-screen">
<div class="grid h-full"> <div class="grid h-full">
<div class="w-full m-24 pt-24"> <div class="m-24 pt-24">
<div class="text-8xl text-white font-bold">{config.name}</div> <div class="text-8xl text-white font-bold">{config.name}</div>
<div class="text-7xl mt-16">{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}</div> <div class="text-7xl mt-16">{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}</div>
</div> </div>
<div class="flex h-full w-full items-end justify-end"> <div class="flex h-full items-end justify-end">
<div class="m-24 pb-24"> <div class="m-24 pb-24">
<div class="w3pn-logo h-32"></div> <div class="w3pn-logo h-32"></div>
</div> </div>