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>
:root {
--logo-img: url("assets/logo-main.webp");
--bg: #0d0d0d;
--bg: #000000;
--bg-2: #141414;
--bg-3: #1c1c1c;
--gold: #c8a96a;
@@ -117,8 +117,8 @@ button { font-family: inherit; cursor: pointer; border: none; background: none;
pointer-events: none;
}
.hero-logo {
width: 300px;
height: 308px;
width: 320px;
height: 320px;
max-width: 80vw;
margin-bottom: 22px;
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));
}
@media (max-width: 600px) {
.hero-logo { width: 240px; height: 246px; }
.hero-logo { width: 240px; height: 240px; }
}
.hero-tagline {
font-family: var(--display);