Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
feat: NR3156 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dikshab0202 committed May 2, 2022
1 parent 45a2420 commit 155462c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/components/LandingPageFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const LandingPageFooter = ({
margin-right: 155px;
h6 {
margin-bottom: 66px;
font-weight: 400;
}
.collaborate-section {
margin-bottom: 34px !important;
Expand Down
4 changes: 4 additions & 0 deletions src/components/WhatsIncluded/Alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const Alerts = ({ quickstart }) => {
margin-left: 40px;
margin-right: 23px;
}}
h6{
font-weight: 400;
}
`}
>
<PageTools.Section>
Expand Down
5 changes: 5 additions & 0 deletions src/components/WhatsIncluded/Dashboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ const Dashboards = ({ quickstart }) => {
css={css`
h3 {
margin-bottom: 58px;
font-weight: 400;
}
h6 {
font-weight: 400;
}
@media (min-width: 760px) {
Expand Down
4 changes: 4 additions & 0 deletions src/components/WhatsIncluded/DataSources.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const DataSources = ({ quickstart }) => {
margin-left: 40px;
margin-right: 23px;
}}
h6{
font-weight: 400;
}
`}
>
<PageTools.Section>
Expand Down
4 changes: 0 additions & 4 deletions src/components/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ input[type='text'] {
}
}

h3,h6 {
font-weight: 400;
}

:global {
.intro-text {
color: var(--secondary-text-color);
Expand Down

0 comments on commit 155462c

Please sign in to comment.