FIX: Forgot to check the desktop layout, had some breaking changes.

This commit is contained in:
Hayden Hargreaves 2025-02-24 23:31:05 -07:00
parent c8a73ac1c3
commit 3447b0183b
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<div class="bg-[#1b1b1c]"> <div class="bg-[#1b1b1c]">
<Navbar /> <Navbar />
<main class="mx-[7%] my-[9%] h-fit min-h-screen overflow-x-hidden bg-[#1b1b1c] md:mx-[13%]"> <main class="mx-[7%] my-[1.5%] h-fit min-h-screen overflow-x-hidden bg-[#1b1b1c] md:mx-[13%]">
{@render children()} {@render children()}
</main> </main>
<Footer /> <Footer />

View File

@ -6,7 +6,7 @@
<div class="flex h-fit w-full flex-col md:flex-row"> <div class="flex h-fit w-full flex-col md:flex-row">
<div class="flex-1"> <div class="flex-1">
<div class="px-4 md:px-0"> <div class="px-4 md:px-0">
<h1 class="py-2 font-mono text-4xl font-[900] text-blue-300 md:text-6xl"> <h1 class="my-14 py-2 font-mono text-4xl font-[900] text-blue-300 md:text-6xl">
Building things that matter. Building things that matter.
</h1> </h1>
<p class="my-5 py-2 text-gray-200 italic"> <p class="my-5 py-2 text-gray-200 italic">
@ -21,7 +21,7 @@
</div> </div>
<div class="mt-12 flex w-full flex-col md:mt-24 md:flex-row"> <div class="mt-12 flex w-full flex-col md:mt-24 md:flex-row">
<div class="flex-1 md:w-2/3"> <div class="flex-1 md:w-2/3 md:flex-none">
<div class="w-full px-4 md:w-3/4 md:px-0"> <div class="w-full px-4 md:w-3/4 md:px-0">
<Projects /> <Projects />
</div> </div>