docs: fix streched image on deployed fern docs (#410)

This commit is contained in:
Mattèo Gauthier 2025-01-29 18:40:15 +01:00 committed by GitHub
parent 1ad4173e2a
commit aca9c3ebd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,3 +141,7 @@ tr.stack-clickable-row-missing {
.fern-sidebar-link-content > svg:last-child {
display: none;
}
.stack-white-image-showcase > img {
object-fit: contain;
}