Skip to content

Commit 8de1c6f

Browse files
authored
Website Update
1 parent e83b1e0 commit 8de1c6f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ a {
607607
body.nav-menu-open .page-wrap,
608608
body.nav-menu-open .site-footer {
609609
opacity: 1;
610-
filter: blur(16px) saturate(126%) brightness(0.76);
610+
filter: blur(16px) saturate(120%) brightness(0.68);
611611
}
612612

613613
body.nav-menu-open .hero-title {
@@ -823,10 +823,10 @@ a {
823823

824824
.mobile-menu a {
825825
font-family: var(--heading-font);
826-
padding: 8px 0;
826+
padding: 10px 0 12px;
827827
border-radius: 0;
828828
font-size: clamp(1.7rem, 6.35vw, 1.98rem);
829-
line-height: 1.05;
829+
line-height: 1.12;
830830
font-weight: 700;
831831
letter-spacing: -0.022em;
832832
color: var(--nav-text);

docs/index.html

Lines changed: 1 addition & 1 deletion
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=20260408j">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260408k">
1212

1313
<link rel="icon" type="image/svg+xml" href="favicon.svg">
1414
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">

0 commit comments

Comments
 (0)