Merge branch 'main' of github.com:cncf/cncf.io

This commit is contained in:
Chris Abraham 2025-01-11 07:29:35 -05:00
commit 1a5ebf76b5
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 8 additions and 3 deletions

View File

@ -585,9 +585,11 @@
padding: 7px 7px;
font-family: $font-primary;
&__image-wrapper {
width: 194px;
height: 102px;
flex-shrink: 0;
flex: 0 0 140px;
height: auto;
@media screen and (min-width: 360px) {
flex: 0 0 194px;
}
}
&__link {
display: block;
@ -598,6 +600,9 @@
width: 100%;
object-fit: cover;
border-radius: 3px;
@media screen and (max-width: 359px) {
object-position: left;
}
}
&__text-wrapper {
padding-left: 20px;