diff --git a/src/app/_styles/variables.css b/src/app/_styles/variables.css
index ed4a68f1..14971260 100644
--- a/src/app/_styles/variables.css
+++ b/src/app/_styles/variables.css
@@ -121,7 +121,8 @@
--text-max-width: 780px;
/* Line heights */
- --line-height-xs: fluid(18px, 22px);
+ --line-height-2xs: fluid(12px, 14px);
+ --line-height-xs: fluid(15px, 18px);
--line-height-s: fluid(20px, 23px);
--line-height-m: fluid(22px, 25px);
--line-height-l: fluid(23px, 28px);
diff --git a/src/components/Card/Card.tsx b/src/components/Card/Card.tsx
index 93ef4f1b..d401a018 100644
--- a/src/components/Card/Card.tsx
+++ b/src/components/Card/Card.tsx
@@ -57,7 +57,7 @@ export function Card({
{description &&
{description}
}
- {linkText || title}
+ {linkText || description}
diff --git a/src/components/Sidenav/Sidenav.module.css b/src/components/Sidenav/Sidenav.module.css
index aef45f1a..893153c3 100644
--- a/src/components/Sidenav/Sidenav.module.css
+++ b/src/components/Sidenav/Sidenav.module.css
@@ -91,8 +91,8 @@
padding-inline: var(--space-2xs);
padding-block: var(--space-5xs);
border-radius: var(--border-radius-m);
- font-size: var(--text-fixed-s);
- line-height: var(--line-height-s);
+ font-size: var(--text-fixed-xs);
+ line-height: var(--line-height-xs);
&:is(:hover, :active) {
background-color: var(--base-color-grey-900);
@@ -130,6 +130,7 @@
display: flex;
font-family: var(--font-family-mono);
font-size: var(--text-body-xs);
+ line-height: var(--line-height-2xs);
color: var(--base-color-grey-400);
text-transform: uppercase;
padding-inline: var(--space-2xs);
@@ -163,6 +164,6 @@
}
.section {
- color: var(--color-font-primary);
+ color: var(--color-text-label);
}
}
diff --git a/src/content/getting-started/index.mdx b/src/content/getting-started/index.mdx
index 829cd3ef..be05e88c 100644
--- a/src/content/getting-started/index.mdx
+++ b/src/content/getting-started/index.mdx
@@ -15,20 +15,20 @@ Store public, private and open-source packages in Cloudsmith to help you manage,
@@ -36,20 +36,20 @@ Store public, private and open-source packages in Cloudsmith to help you manage,
## Developers
-Cloudsmith is built by developers, for developers. We understand the workflows and processes that developers use and need, and we try to ensure that what we build brings value to our customers, and generally makes their lives easier.
+Cloudsmith is built by developers, for developers. We understand the workflows and processes that developers use and need, and we try to ensure that what we build brings value to our customers, and generally makes their lives easier.
-We believe in what we have built. We love to talk to other developers about what we have created, how it can fit into their development processes, and how we can help. If you have questions or would like to chat, please just [contact us](/contact-us).
+We believe in what we have built. We love to talk to other developers about what we have created, how it can fit into their development processes, and how we can help. If you have questions or would like to chat, please just [contact us](/contact-us).
### REST API
+
Retrieve information, upload packages, or take actions programmatically through our API.
+
- [REST API Reference]()
- [API Bindings](/getting-started/api-bindings)
### Webhooks
-Stay informed by receiving notifications when particular actions take place within Cloudsmith.
--[Webhooks Guide](/observability-and-logging/webhooks)
--[Origin IP Addresses]()
+Stay informed by receiving notifications when particular actions take place within Cloudsmith. -[Webhooks Guide](/observability-and-logging/webhooks) -[Origin IP Addresses]()
## Universal Format Support
@@ -82,4 +82,4 @@ Cloudsmith is proud to support the following formats:
- [Swift](/package-formats/swift-registry)
- [Terraform Modules](/package-formats/terraform-modules-repository)
- [Unity](/package-formats/unity-registry)
-- [Vagrant](/package-formats/vagrant-repository)
\ No newline at end of file
+- [Vagrant](/package-formats/vagrant-repository)