Skip to content

Commit

Permalink
fix: landing page alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarWoHA committed Jul 5, 2022
1 parent 68de24d commit 5cdab4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/landing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ import { ArrowRight } from "react-feather";
</head>

<body class="h-full bg-black text-white flex flex-col scroll-smooth">


<nav class="container mx-auto py-3 mb-10 xl:px-0 px-5">
<p class="text-xl font-serif">
The SODD
Expand All @@ -65,8 +63,7 @@ import { ArrowRight } from "react-feather";
<img src="/undraw_proud_coder_re_exuy.svg" alt="a woman doing web development" />
</header>


<footer class="text-center px-3">
<footer class="text-center px-3 pb-10">
<p class="text-gray-300">
Made with <span class="text-red-400">passion</span>{" "}
by{" "}
Expand Down

0 comments on commit 5cdab4e

Please sign in to comment.