Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
demanr committed Oct 5, 2023
1 parent 7e5fcaa commit b3352ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
import Navbar from "./Navbar.astro";
---

<div>
<div
class="h-screen bg-[url('/background_simplified.svg')] bg-center p-8 sm:justify-normal sm:bg-cover"
>
<div class="w-full backdrop-blur-md"><Navbar /></div>
<div
class="flex h-screen flex-col justify-between bg-blue-200 bg-[url('/background_simplified.svg')] bg-center p-4 pt-24 sm:justify-normal sm:gap-24 sm:bg-cover sm:p-24"
class="flex h-full flex-col justify-between p-4 pt-24 sm:justify-normal sm:gap-24"
>
<div class="backdrop-blur-md"><Navbar /></div>
<div class="z-10">
<h1
class="text-5xl font-extrabold tracking-tight drop-shadow-2xl md:text-8xl lg:text-9xl"
Expand Down Expand Up @@ -40,7 +42,7 @@ import Navbar from "./Navbar.astro";
>
</div>
<img
src="/hero_logo.svg"
src=""
alt=""
class="w[100px] absolute z-0 m-32 p-2 sm:bottom-0 sm:right-0 sm:w-96"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="align-center flex h-12 w-full justify-between bg-[#19333A] bg-opacity-25 p-6 pt-2 backdrop-blur-xl md:px-2"
class="align-center flex h-16 w-full justify-between bg-[#19333A] bg-opacity-40 px-6 pt-4 backdrop-blur-xl md:px-8"
>
<div class="w-12 pt-1">
<img class="h-6" src="/nav_logo.svg" alt="logo" />
Expand All @@ -14,7 +14,7 @@
<div>FAQ</div>
<div>Links</div>
</div>
<div class="hidden w-40 pt-1 md:flex">
<div class="hidden pt-1 md:flex">
<a href="https://www.linkedin.com/company/deltahacks/mycompany/"
><img class="ml-4 h-6" src="/nav_linkedin.svg" alt="logo" /></a
>
Expand Down

0 comments on commit b3352ca

Please sign in to comment.