docs: goose benchmark blog (#1935)

Co-authored-by: Alice Hau <ahau@squareup.com>
This commit is contained in:
Angie Jones
2025-03-31 17:03:15 +02:00
committed by GitHub
parent a075bb0052
commit 5e7f8a4673
44 changed files with 584 additions and 66 deletions

View File

@@ -300,3 +300,9 @@ html[data-theme="light"] .hide-in-light {
.iconExternalLink_nPIU {
margin-left: 8px !important;
}
.carousel-image {
width: 100%; /* Make the image fill the width */
object-fit: cover; /* Ensure the image covers the area while maintaining aspect ratio */
border-radius: 8px; /* Optional: rounded corners */
}