Merge pull request #30142 from afro-coder/p1-dev

Added CSS to improve user experience with docs and reduce wasted space
This commit is contained in:
Kubernetes Prow Robot
2021-10-21 11:27:46 -07:00
committed by GitHub
+6
View File
@@ -378,6 +378,12 @@ body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-do
border-radius: 3px;
}
.td-documentation .td-content > .highlight {
max-width: initial;
width: 100%;
}
body.td-home #deprecation-warning {
max-width: 1000px;
margin-top: 2.5rem;