diff options
| author | prudhvikrishna <prudhvikrishna@google.com> | 2023-06-28 13:30:42 -0700 |
|---|---|---|
| committer | Jamal Carvalho <jamal@golang.org> | 2023-07-12 19:29:51 +0000 |
| commit | cef597aeee3a0f904fdaf45b3475b943ff8f3788 (patch) | |
| tree | 10daffae15ff3c983c529730c955df651cd768b8 /_content/css/styles.css | |
| parent | 01ff1375ee06209ec0b75b808da7a0f091a0d1dd (diff) | |
| download | go-x-website-cef597aeee3a0f904fdaf45b3475b943ff8f3788.tar.xz | |
_content: fix heading level hierarchy
Change-Id: Icb333a465491af0c70bdfc5c1134a2c707711f12
Reviewed-on: https://go-review.googlesource.com/c/website/+/506997
Reviewed-by: Neelesh Bodas <neelesh@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Prudhvi Krishna Chintala <prudhvikrishna@google.com>
Reviewed-by: Nooras Saba <saba@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to '_content/css/styles.css')
| -rw-r--r-- | _content/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css index a1982d38..71f49c38 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -1241,7 +1241,7 @@ a.GettingStartedGo-resourceItemTitle { font-size: 0.8125rem; } .WhoUses-header h4, -.WhyGo-headerH4, +.WhyGo-subheader, .LearnGo-header h4, .WhoUses-subheader { color: var(--color-text); @@ -1253,7 +1253,7 @@ a.GettingStartedGo-resourceItemTitle { } @media only screen and (min-width: 38rem) { .WhoUses-header h4, - .WhyGo-headerH4, + .WhyGo-subheader, .LearnGo-header h4, .WhoUses-subheader { font-size: 1rem; |
