docs: update home page (#2441)

This commit is contained in:
Angie Jones
2025-05-05 20:29:45 -07:00
committed by GitHub
parent dbe39d583d
commit 285d15b739
7 changed files with 128 additions and 81 deletions

View File

@@ -241,8 +241,6 @@ html {
padding-top: 24px;
}
/* net new */
.hero--logo svg {
height: 220px;
width: 220px;
@@ -257,6 +255,17 @@ html {
margin: 0;
}
.ctaButton {
display: inline-block;
padding: 0.75rem 1.5rem;
background: var(--background-app);
color: var(--text-standard);
font-weight: bold;
border-radius: 999px;
text-decoration: none;
font-size: 0.9rem;
}
/* Enable word-wrap for code blocks */
.theme-code-block pre {
white-space: pre-wrap;
@@ -306,3 +315,4 @@ html[data-theme="light"] .hide-in-light {
object-fit: cover; /* Ensure the image covers the area while maintaining aspect ratio */
border-radius: 8px; /* Optional: rounded corners */
}