From 571311990c49c4910cc7231519c5a83d83124630 Mon Sep 17 00:00:00 2001
From: Anson <anson@ansonbiggs.com>
Date: Thu, 30 Apr 2020 19:36:10 -0700
Subject: [PATCH] improved scroll chevron on smaller screens

---
 index.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index 33d5864..73dd669 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
         --color-bg-secondary: black;
       }
 
-      @media screen and (max-width: 700px) {
+      @media screen and (max-width: 400px) {
         #scroll-icon {
           display: none;
         }
@@ -64,7 +64,7 @@
   </head>
 
   <body>
-    <header style="height: 50vh;">
+    <header style="height: 70vh;">
       <nav>
         <ul>
           <li>
@@ -93,9 +93,7 @@
           </b></a
         >
       </p>
-    </header>
-    <header id="scroll-icon" style="height: 30vh;">
-      <a href="#scroll"
+      <a href="#scroll" id="scroll-icon" style="padding-top: 10vh;"
         ><ion-icon size="large" name="arrow-down-sharp"></ion-icon
       ></a>
     </header>