Merge pull request #30797 from sftim/20211208_improve_1.23_release_blog_logo_presentation
Improve 1.23 release blog logo presentation
This commit is contained in:
@@ -7,7 +7,7 @@ $announcement-size-adjustment: 8px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
img {
|
*:not(figure) > img {
|
||||||
max-width: 100%;
|
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
|
// Match Docsy-imposed max width on text body
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
|
|||||||
@@ -123,9 +123,10 @@ A huge thank you to the release lead Rey Lejano for leading us through a success
|
|||||||
|
|
||||||
### Release Theme and Logo
|
### 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" >}}
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
"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.
|
"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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user