Skip to content

Commit 2a71590

Browse files
authored
Website Update
1 parent 0f09d4d commit 2a71590

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

docs/assets/css/style.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ a {
564564
@media (max-width:900px) and (orientation:portrait) {
565565
:root {
566566
--nav-pill-height-mobile: 52px;
567-
--mobile-row-inline: clamp(58px, 13.2vw, 68px);
567+
--mobile-row-inline: clamp(20px, 5.6vw, 24px);
568568
}
569569

570570
.nav {
@@ -749,14 +749,6 @@ a {
749749
z-index: 5;
750750
}
751751

752-
.container.row,
753-
.container.sheet {
754-
max-width: none;
755-
width: auto;
756-
padding-left: 0;
757-
padding-right: 0;
758-
}
759-
760752
.nav .sheet-content {
761753
position: relative;
762754
min-height: 0;

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=20260321n">
11+
<link rel="stylesheet" href="assets/css/style.css?v=20260321o">
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)