We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5f9b8 commit 7ae652aCopy full SHA for 7ae652a
2 files changed
docs/assets/css/style.css
@@ -722,6 +722,7 @@ a {
722
723
.brand-logo {
724
height: 36px;
725
+ transform: translateY(-1px);
726
}
727
728
.nav--open .brand {
docs/index.html
@@ -8,7 +8,7 @@
8
<link rel="preconnect" href="https://fonts.googleapis.com">
9
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
<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=20260321q">
+ <link rel="stylesheet" href="assets/css/style.css?v=20260322a">
12
13
<link rel="icon" type="image/svg+xml" href="favicon.svg">
14
<link rel="icon" sizes="192x192" href="android-chrome-192x192.png">
0 commit comments