Add files via upload

This commit is contained in:
Daniel Lee
2026-05-09 11:14:20 -07:00
committed by GitHub
parent 11970caad3
commit 34ace42c15
+4 -4
View File
@@ -11,7 +11,7 @@
<style> <style>
:root { :root {
--logo-img: url("assets/logo-main.webp"); --logo-img: url("assets/logo-main.webp");
--bg: #0d0d0d; --bg: #000000;
--bg-2: #141414; --bg-2: #141414;
--bg-3: #1c1c1c; --bg-3: #1c1c1c;
--gold: #c8a96a; --gold: #c8a96a;
@@ -117,8 +117,8 @@ button { font-family: inherit; cursor: pointer; border: none; background: none;
pointer-events: none; pointer-events: none;
} }
.hero-logo { .hero-logo {
width: 300px; width: 320px;
height: 308px; height: 320px;
max-width: 80vw; max-width: 80vw;
margin-bottom: 22px; margin-bottom: 22px;
background-image: var(--logo-img); background-image: var(--logo-img);
@@ -129,7 +129,7 @@ button { font-family: inherit; cursor: pointer; border: none; background: none;
filter: drop-shadow(0 2px 12px rgba(200,169,106,0.15)); filter: drop-shadow(0 2px 12px rgba(200,169,106,0.15));
} }
@media (max-width: 600px) { @media (max-width: 600px) {
.hero-logo { width: 240px; height: 246px; } .hero-logo { width: 240px; height: 240px; }
} }
.hero-tagline { .hero-tagline {
font-family: var(--display); font-family: var(--display);