aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBeat Hagenlocher2024-06-30 23:22:57 +0200
committerBeat Hagenlocher2024-06-30 23:22:57 +0200
commitf2d1b913fdd2955b18f17de74fce9c9e70bbfd58 (patch)
treeb960f2eca15ff917b33366a180fce131756677a9
parent4ba7bdac6f447000f78e7e8c253006c033b23545 (diff)
Adjust lower elem height
-rw-r--r--index.html.pm2
-rw-r--r--template.html.p2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html.pm b/index.html.pm
index 8a7fd29..7e7ff62 100644
--- a/index.html.pm
+++ b/index.html.pm
@@ -59,7 +59,7 @@
)
◊`(div ([class "bg-white"])
- (div ([id "meetup"] [class "min-h-screen text-zinc-700 mx-auto h-full max-w-screen-md px-6 pt-12 md:px-12 md:pt-20 lg:px-24"])
+ (div ([id "meetup"] [class "min-h-[94vh] text-zinc-700 mx-auto h-full max-w-screen-md px-6 pt-12 md:px-12 md:pt-20 lg:px-24"])
,(heading "About")
(p ([class "my-4 sm:text-lg leading-relaxed"])
"Hi 👋")
diff --git a/template.html.p b/template.html.p
index 58f7bcf..67dd2ed 100644
--- a/template.html.p
+++ b/template.html.p
@@ -37,7 +37,7 @@
<link rel="stylesheet" href="fonts.css">
<script src="https://cdn.tailwindcss.com"></script>
</head>
- <body class="antialiased font-fira-sans selection:bg-[◊|jordy-light|] selection:text-[◊|raisin-black|]">
+ <body class="antialiased scroll-smooth font-fira-sans selection:bg-[◊|jordy-light|] selection:text-[◊|raisin-black|]">
◊(->html `(div ([class ""])
,doc))
<footer class="p-6 sm:p-8 md:p-12">