Merge pull request #24233 from sftim/20200929_tweak_front_page_first_paragraph_heading

Revise style of site front page
This commit is contained in:
Kubernetes Prow Robot
2020-10-07 04:50:42 -07:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -43,6 +43,14 @@ section {
padding: 0 !important; padding: 0 !important;
} }
/* Emphasize first paragraph of running text on site front page */
body.td-home main[role="main"] > section:first-of-type .content p:first-child {
line-height: 1.3em;
font-size: 1.4em;
margin-bottom: 1.5em;
}
#desktopShowVideoButton { #desktopShowVideoButton {
border: none border: none
} }
+1 -1
View File
@@ -6,7 +6,7 @@ cid: home
{{< blocks/section id="oceanNodes" >}} {{< blocks/section id="oceanNodes" >}}
{{% blocks/feature image="flower" %}} {{% blocks/feature image="flower" %}}
### [Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications. [Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications.
It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community.
{{% /blocks/feature %}} {{% /blocks/feature %}}