patx/afterdarklabs
huge
Commit c32fe1b · patx · 2026-08-24T00:48:28-04:00
Comments
No comments yet.
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;