diff --git a/website/pages/style.css b/website/pages/style.css index 8862a5514..cb866824e 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -12,15 +12,16 @@ @import '~@hashicorp/react-button/dist/style.css'; @import '~@hashicorp/react-consent-manager/dist/style.css'; -@import '~@hashicorp/react-toggle/dist/style.css'; -@import '~@hashicorp/react-section-header/dist/style.css'; -@import '~@hashicorp/react-product-downloader/dist/style.css'; -@import '~@hashicorp/react-vertical-text-block-list/dist/style.css'; -@import '~@hashicorp/react-docs-sidenav/dist/style.css'; @import '~@hashicorp/react-content/dist/style.css'; -@import '~@hashicorp/react-subnav/dist/style.css'; -@import '~@hashicorp/react-mega-nav/style.css'; @import '~@hashicorp/react-docs-page/style.css'; +@import '~@hashicorp/react-docs-sidenav/dist/style.css'; +@import '~@hashicorp/react-mega-nav/style.css'; +@import '~@hashicorp/react-product-downloader/dist/style.css'; +@import '~@hashicorp/react-section-header/dist/style.css'; +@import '~@hashicorp/react-subnav/dist/style.css'; +@import '~@hashicorp/react-tabs/dist/style.css'; +@import '~@hashicorp/react-toggle/dist/style.css'; +@import '~@hashicorp/react-vertical-text-block-list/dist/style.css'; /* Local Components */ @import '../components/footer/style.css'; @@ -96,17 +97,17 @@ .g-section-block section { padding-top: 96px; padding-bottom: 96px; -} -.g-section-block section > .g-section-header + *, -.g-section-block section > .g-container > .g-section-header + * { +& > .g-section-header + *, +& > .g-container > .g-section-header + * { margin-top: 72px; } -.g-section-block section > * + *, -.g-section-block section > .g-container > * + * { +& > * + *, +& > .g-container > * + * { margin-top: 96px; } +} .g-section-block .button-container { display: -webkit-box;