Add files via upload
This commit is contained in:
+4
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user