diff --git a/README.md b/README.md index 6e4c9fc8..9e54ce57 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Install Dependencies ```shell npm ci +cd demo && npm ci ``` To start the development server with storybook run the following: diff --git a/src/components/DocLeadingPage/DocLeadingPage.scss b/src/components/DocLeadingPage/DocLeadingPage.scss index 08293250..60845b62 100644 --- a/src/components/DocLeadingPage/DocLeadingPage.scss +++ b/src/components/DocLeadingPage/DocLeadingPage.scss @@ -56,9 +56,10 @@ min-width: 280px; max-width: 400px; width: calc(50% - 20px); - padding-bottom: 40px; + padding-top: 15px; + padding-bottom: 15px; margin-bottom: $blockMarginBottomLarge; - border-bottom: 1px solid var(--g-color-line-generic); + border-top: 1px solid var(--g-color-line-generic); } }