diff --git a/_quarto.yml b/_quarto.yml index d5ac5fe..c90c831 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,7 +9,7 @@ website: # issue-url: https://github.com/tbep-tech/ccmp/issues # repo-actions: [edit, issue] page-navigation: true - bread-crumbs: true + bread-crumbs: false search: true page-footer: left: | diff --git a/_site/docs/communities/cc1.html b/_site/docs/communities/cc1.html index da183de..6c711f1 100644 --- a/_site/docs/communities/cc1.html +++ b/_site/docs/communities/cc1.html @@ -145,9 +145,9 @@ - - + @@ -256,9 +256,9 @@

RELATED ACTIONS:

-
+
-

CC-1

+

CC-1

@@ -350,8 +350,8 @@

BACKGROUND:

ACTIVITIES

-
- +
+
diff --git a/_site/docs/communities/cc2.html b/_site/docs/communities/cc2.html index 9d68a3d..18823c5 100644 --- a/_site/docs/communities/cc2.html +++ b/_site/docs/communities/cc2.html @@ -145,9 +145,9 @@ - - +
@@ -256,9 +256,9 @@

RELATED ACTIONS:

-
+
-

CC-2

+

CC-2

diff --git a/_site/docs/communities/li1.html b/_site/docs/communities/li1.html index 9c18a2e..70f7056 100644 --- a/_site/docs/communities/li1.html +++ b/_site/docs/communities/li1.html @@ -144,9 +144,9 @@ - - +
@@ -255,9 +255,9 @@

RELATED ACTIONS:

-
+
-

LI-1

+

LI-1

diff --git a/_site/styles.css b/_site/styles.css index 6051379..b62946d 100644 --- a/_site/styles.css +++ b/_site/styles.css @@ -398,9 +398,14 @@ body.floating .sidebar.sidebar-navigation, .sidebar.margin-sidebar { overflow: initial!important; } .page-columns .page-navigation { - grid-row: 9/10; + grid-row: 1/10; padding: 1em 0; } +#title-block-header { + margin-block-end: 1rem; + position: relative; + margin-top: 30px; +} .sidebar { max-height: none; } diff --git a/styles.css b/styles.css index 6051379..b62946d 100644 --- a/styles.css +++ b/styles.css @@ -398,9 +398,14 @@ body.floating .sidebar.sidebar-navigation, .sidebar.margin-sidebar { overflow: initial!important; } .page-columns .page-navigation { - grid-row: 9/10; + grid-row: 1/10; padding: 1em 0; } +#title-block-header { + margin-block-end: 1rem; + position: relative; + margin-top: 30px; +} .sidebar { max-height: none; }