diff options
| author | Frederick Mixell <frederick.mixell@leftfieldlabs.com> | 2022-09-21 12:10:59 -0400 |
|---|---|---|
| committer | Jamal Carvalho <jamal@golang.org> | 2023-02-14 18:22:49 +0000 |
| commit | 78a220a4fa2135bd9f9fab314d6eb550c270d925 (patch) | |
| tree | dc10beeffd0aebe4bff48c8ecebc611ef8a8be9b /_content/css/styles.css | |
| parent | 6e1dd4f0068b6905ecae96304872ef52928af6b1 (diff) | |
| download | go-x-website-78a220a4fa2135bd9f9fab314d6eb550c270d925.tar.xz | |
_content: Breadcrumbs added to children pages.
Added to all doc children page with doclayout.
Added to Why Go pages.
Added to Security pages.
Video of Changes:
https://drive.google.com/file/d/1wX9e9K9H9wPTaLLQHh15-cWzMTMRr9DO/view?usp=sharing
Change-Id: I0fbf8e925e7fa357762d8eebd2bf13d561d49d86
Reviewed-on: https://go-review.googlesource.com/c/website/+/432775
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Diffstat (limited to '_content/css/styles.css')
| -rw-r--r-- | _content/css/styles.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/_content/css/styles.css b/_content/css/styles.css index fede7200..a875d18c 100644 --- a/_content/css/styles.css +++ b/_content/css/styles.css @@ -949,6 +949,13 @@ h1 + h2.subtitle { max-width: 75.75rem; padding: 0 0 1rem; } +.SiteBreadcrumb { + list-style:none; + display:flex; + align-items:center; + padding:0; + margin: 1.5rem 0; +} .BreadcrumbNav-li { align-items: center; display: flex; @@ -988,11 +995,6 @@ a.BreadcrumbNav-link { width: 1rem; } } -@media only screen and (min-width: 57.7rem) { - .BreadcrumbNav-inner { - margin-top: 0; - } -} .SubHero-gridContainer, .WhoUses-gridContainer, .Playground-gridContainer, @@ -2235,7 +2237,7 @@ a.WhoUsesCaseStudy-librariesViewMoreLink { padding-top: 1.125rem; } -.Learn-heroContent a:not(.js-downloadBtn) { +.Learn-heroContent a:not(.js-downloadBtn):not(.BreadcrumbNav-link) { text-decoration: underline; } |
