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

Commit

Permalink
Merge pull request #813 from Bandwidth/DX-2759
Browse files Browse the repository at this point in the history
DX-2759 Reduce Spacing on API Reference Pages
  • Loading branch information
brianluisgomez authored Nov 8, 2022
2 parents 6ca48c2 + 42ad88e commit 973cb71
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,27 @@ div.text--center {
/* Hide the API Spec Version */
.RedocStandalone .api-content div h1 span { display: none !important; }

/* API Content CSS Settings */
.RedocStandalone .api-content div {
padding: 5px;
}
.RedocStandalone .api-content h2 {
padding: 0px;
margin-bottom: 0px;
}
.RedocStandalone .api-content h1 {
padding: 0px;
margin-bottom: 0px;
}
.RedocStandalone .api-content div .react-tabs__tab-panel {
padding: 0px;
margin-bottom: 0px;
}
.RedocStandalone .api-content div .react-tabs__tab {
padding: 0px;
margin-bottom: 0px;
}

/* ------ Headings Overrides ------- */
.RedocStandalone h2 {
color: var(--ifm-font-color-base);
Expand Down

0 comments on commit 973cb71

Please sign in to comment.