patx/afterdarklabs

huge

Commit c32fe1b · patx · 2026-08-24T00:48:28-04:00

Changeset
c32fe1be74a60f6550291063af7c8bf6e5e6aa95
Parents
5097db01969ba77f76838804cde2a02ace8999d2

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/index.html b/docs/index.html
index ae24756..274ce5f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -39,6 +39,30 @@
         }
 
         html { scroll-behavior: smooth; }
+
+        /* Give the desktop layout the same presence as 125% browser zoom. */
+        @media (min-width: 1024px) {
+            html {
+                font-size: 125%;
+            }
+
+            nav img[src*="/logo_assets/mark"],
+            footer img[src*="/logo_assets/mark"] {
+                width: 3rem;
+                height: 3rem;
+            }
+
+            .hero-content h1 {
+                font-size: 4.5rem;
+            }
+        }
+
+        @media (min-width: 1600px) {
+            .hero-content h1 {
+                font-size: 6rem;
+            }
+        }
+
         body {
             background: var(--page-bg);
             font-family: 'Inter', system-ui, sans-serif;