@@ -171,8 +167,8 @@ const StoryContent = () => html`
Mauris ultrices eros in cursus
Porttitor eget dolor morbi non arcu. Et ligula ullamcorper malesuada proin libero nunc consequat.
- In est ante in nibh mauris cursus mattis. Turpis tincidunt id aliquet risus feugiat in.
+ >Porttitor eget dolor morbi non arcu. Et ligula ullamcorper malesuada proin libero nunc consequat.
+ In est ante in nibh mauris cursus mattis. Turpis tincidunt id aliquet risus feugiat in.
Vel facilisis volutpat est velit egestas dui.
@@ -206,7 +202,7 @@ const StoryContent = () => html`
${Array.from([1, 2, 3]).map(() => cardGroupItems)}
-
+
Duis aute irure dolor in reprehenderit
diff --git a/packages/web-components/src/components/masthead/__stories__/masthead.stories.scss b/packages/web-components/src/components/masthead/__stories__/masthead.stories.scss
index c3cc26d6ae7..7d0ffca9bb2 100644
--- a/packages/web-components/src/components/masthead/__stories__/masthead.stories.scss
+++ b/packages/web-components/src/components/masthead/__stories__/masthead.stories.scss
@@ -1,5 +1,5 @@
//
-// Copyright IBM Corp. 2020
+// Copyright IBM Corp. 2020, 2021
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
@@ -22,12 +22,16 @@
}
}
-.bx--content.dds-ce-demo-devenv--ui-shell-content {
- h2 {
- margin: 30px 0;
+.bx--content {
+ padding: 6rem 0 2rem;
- &:first-of-type {
- margin-top: 0;
+ &.dds-ce-demo-devenv--ui-shell-content {
+ h2 {
+ margin: 30px 0;
+
+ &:first-of-type {
+ margin-top: 0;
+ }
}
}
}
diff --git a/packages/web-components/src/components/table-of-contents/table-of-contents.scss b/packages/web-components/src/components/table-of-contents/table-of-contents.scss
index 8d26724f074..055a5950ff5 100644
--- a/packages/web-components/src/components/table-of-contents/table-of-contents.scss
+++ b/packages/web-components/src/components/table-of-contents/table-of-contents.scss
@@ -1,5 +1,5 @@
//
-// Copyright IBM Corp. 2020
+// Copyright IBM Corp. 2020, 2021
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
@@ -28,6 +28,10 @@
.#{$dds-prefix}-ce--table-of-contents__container {
@include carbon--make-row();
+
+ .#{$prefix}--tableofcontents__sidebar {
+ top: 48px;
+ }
}
.#{$dds-prefix}-ce--table-of-contents__items-container {