We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f79c72 commit 64d3203Copy full SHA for 64d3203
src/css/components/4_pages/api-page.css
@@ -78,6 +78,10 @@
78
@apply text-BaseBlackFull no-underline;
79
}
80
81
+.list-container {
82
+ margin-bottom: 12px;
83
+}
84
+
85
.response-200 {
86
border-left-width: 5px;
87
@apply border-BaseGreen;
@@ -115,6 +119,10 @@
115
119
top: 64px;
116
120
117
121
122
+ .list-container {
123
+ margin-bottom: 0;
124
+ }
125
118
126
.api-navigation-wrapper {
127
margin-right: 1rem;
128
width: 300px;
0 commit comments