Skip to content

Commit 3d23e42

Browse files
authored
Merge pull request #24233 from sftim/20200929_tweak_front_page_first_paragraph_heading
Revise style of site front page
2 parents 8985b94 + f77650a commit 3d23e42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

assets/scss/_custom.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ section {
4343
padding: 0 !important;
4444
}
4545

46+
47+
/* Emphasize first paragraph of running text on site front page */
48+
body.td-home main[role="main"] > section:first-of-type .content p:first-child {
49+
line-height: 1.3em;
50+
font-size: 1.4em;
51+
margin-bottom: 1.5em;
52+
}
53+
4654
#desktopShowVideoButton {
4755
border: none
4856
}

content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{{< blocks/section id="oceanNodes" >}}
88
{{% blocks/feature image="flower" %}}
9-
### [Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications.
9+
[Kubernetes (K8s)]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}) is an open-source system for automating deployment, scaling, and management of containerized applications.
1010

1111
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.
1212
{{% /blocks/feature %}}

0 commit comments

Comments
 (0)