stop contact overflow into white
This commit is contained in:
@@ -189,6 +189,7 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-family: "Source Code Pro", monospace;
|
font-family: "Source Code Pro", monospace;
|
||||||
|
background-color: var(--color-base);
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
transition-timing-function: var(
|
transition-timing-function: var(
|
||||||
--tw-ease,
|
--tw-ease,
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ export default function ContactPage() {
|
|||||||
<Title>Contact | Michael Freno</Title>
|
<Title>Contact | Michael Freno</Title>
|
||||||
<Meta name="description" content="Contact Me" />
|
<Meta name="description" content="Contact Me" />
|
||||||
|
|
||||||
<div class="flex min-h-screen w-full justify-center">
|
<div class="bg-base flex min-h-screen w-full justify-center">
|
||||||
<div class="w-full max-w-4xl px-4 pt-[20vh]">
|
<div class="w-full max-w-4xl px-4 pt-[20vh]">
|
||||||
<div class="text-center text-3xl tracking-widest">Contact</div>
|
<div class="text-center text-3xl tracking-widest">Contact</div>
|
||||||
<Show when={viewer() !== "lineage"}>
|
<Show when={viewer() !== "lineage"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user