Skip to content

Commit 1042692

Browse files
authored
Website Update
1 parent 7ec4aa5 commit 1042692

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

docs/assets/css/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,16 @@ a {
801801
pointer-events: none;
802802
}
803803

804-
.mobile-menu {
804+
.nav .mobile-menu {
805805
position: relative;
806806
z-index: 3;
807807
margin: 0;
808808
display: grid;
809809
gap: 0.48rem;
810-
padding: var(--mobile-menu-top, 272px) 0 34px;
810+
padding-top: var(--mobile-menu-top, 272px);
811+
padding-right: 0;
812+
padding-bottom: 34px;
813+
padding-left: 0;
811814
background: transparent !important;
812815
}
813816

docs/assets/js/shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
const gapAbove = Math.round(Math.min(Math.max(viewportHeight * 0.024, 16), 20));
217217
const alignedTop = firstLinkRect.top - logoRect.height - gapAbove;
218218
const minLogoTop = Math.round(rowRect.top + 14);
219-
const logoDrop = 10;
219+
const logoDrop = 16;
220220
const targetTop = Math.max(alignedTop, minLogoTop) + logoDrop;
221221
const visualLeftInset = logoRect.width * (115 / 512);
222222
const shiftX = Math.round(firstLinkRect.left - (logoRect.left + visualLeftInset));

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Unbounded:wght@500;700;800&display=swap" rel="stylesheet">
11-
<link rel="stylesheet" href="assets/css/style.css?v=20260323c">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260323d">
1212

1313
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1414
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
@@ -133,6 +133,6 @@ <h2>Live Modules</h2>
133133

134134
<div id="footer-slot"></div>
135135

136-
<script src="assets/js/shell.js?v=20260323d" defer></script>
136+
<script src="assets/js/shell.js?v=20260323e" defer></script>
137137
</body>
138138
</html>

0 commit comments

Comments
 (0)