diff options
| author | Russ Cox <rsc@golang.org> | 2022-11-18 11:35:00 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-11-18 18:55:21 +0000 |
| commit | 5934f13cc5af25e1d8292e71dde94fb6c8be877b (patch) | |
| tree | 6380f6a178c74a8c5e8acc089d6f7db42aabba01 /_content/css/styles.css | |
| parent | 859573a54b5363fffae547f26ea1bbb0d7ce4c43 (diff) | |
| download | go-x-website-5934f13cc5af25e1d8292e71dde94fb6c8be877b.tar.xz | |
_content: change Go headline on go.dev
The old one (“Build fast, reliable, and efficient software at scale”)
is missing "simple" and "secure"; also "fast" and "efficient" are synonyms.
Change-Id: I50e6bb524e5095d88b4b71f644c3653da98712ff
Reviewed-on: https://go-review.googlesource.com/c/website/+/451297
Reviewed-by: Sameer Ajmani <sameer@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Diffstat (limited to '_content/css/styles.css')
| -rw-r--r-- | _content/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css index ff8f0a88..cbb454fa 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -1360,7 +1360,7 @@ a.GettingStartedGo-resourceItemTitle { } .Hero-blurb { grid-column: 1 / 2; - margin: 2.5rem auto 0; + margin: 2.5rem 0 0; } .Hero-gopher { grid-row: 1 / 3; |
