style(landing-page): splash padding; copy color
This commit is contained in:
parent
205d1f27b2
commit
ab410926af
3 changed files with 3 additions and 6 deletions
|
@ -17,7 +17,6 @@ import { Icon } from "astro-icon";
|
|||
/* max-width: 50%; */
|
||||
color: #fff;
|
||||
background-color: #2f2f2f;
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 4px;
|
||||
padding: 6px 16px;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -78,8 +78,8 @@ const description =
|
|||
<body
|
||||
class="h-full overflow-x-hidden text-base bg-default text-default selection:bg-secondary selection:text-white"
|
||||
>
|
||||
<Header />
|
||||
<Splash client:load />
|
||||
<!--AstroSection /-->
|
||||
<Header />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,10 +7,8 @@ import Copynpm from "~/components/copynpm.astro";
|
|||
<div
|
||||
class="relative flex flex-col-reverse justify-end h-full content-center grid pt-0"
|
||||
>
|
||||
<div class="flex flex-col w-screen">
|
||||
<h2
|
||||
class="flex flex-col items-center gap-2 sm:gap-4 sm:self-auto sm:justify-self-end"
|
||||
>
|
||||
<div class="flex flex-col w-screen p-8">
|
||||
<h2 class="flex flex-col items-center gap-2">
|
||||
<div
|
||||
class="font-extrabold tracking-tighter text-center text-8xl gradient-text"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue