Merge pull request #30797 from sftim/20211208_improve_1.23_release_blog_logo_presentation

Improve 1.23 release blog logo presentation
pull/30800/head
Kubernetes Prow Robot 2021-12-07 16:45:22 -08:00 committed by GitHub
commit e7a987c548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 3 deletions

View File

@ -7,7 +7,7 @@ $announcement-size-adjustment: 8px;
}
main {
img {
*:not(figure) > img {
max-width: 100%;
}
@ -698,6 +698,26 @@ body.td-documentation {
}
}
figure {
> figcaption {
padding-top: 1em;
margin-bottom: 3em;
}
}
// Clamp size for release logos
figure.release-logo {
> figcaption {
font-size: 1.8em;
}
> img {
max-width: 100%;
max-height: calc(max(40em,min(80vh,70em)));
height: auto;
width: auto;
}
}
// Match Docsy-imposed max width on text body
@media (min-width: 1200px) {

View File

@ -123,9 +123,10 @@ A huge thank you to the release lead Rey Lejano for leading us through a success
### Release Theme and Logo
Kubernetes 1.23: The Next Frontier
**Kubernetes 1.23: The Next Frontier**
{{< figure src="/images/blog/2021-12-07-kubernetes-release-1.23/kubernetes-1.23.png" alt="" class="release-logo" >}}
![Kubernetes 1.23 Release Logo](/images/blog/2021-12-07-kubernetes-release-1.23/kubernetes-1.23.png)
"The Next Frontier" theme represents the new and graduated enhancements in 1.23, Kubernetes' history of Star Trek references, and the growth of community members in the release team.