Skip to content

Commit 64d3203

Browse files
author
Kayla Wilkins
committed
adding margin to api sidenav items
1 parent 3f79c72 commit 64d3203

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/css/components/4_pages/api-page.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
@apply text-BaseBlackFull no-underline;
7979
}
8080

81+
.list-container {
82+
margin-bottom: 12px;
83+
}
84+
8185
.response-200 {
8286
border-left-width: 5px;
8387
@apply border-BaseGreen;
@@ -115,6 +119,10 @@
115119
top: 64px;
116120
}
117121

122+
.list-container {
123+
margin-bottom: 0;
124+
}
125+
118126
.api-navigation-wrapper {
119127
margin-right: 1rem;
120128
width: 300px;

0 commit comments

Comments
 (0)