diff --git a/frontend/src/app/docs/api-docs/api-docs.component.scss b/frontend/src/app/docs/api-docs/api-docs.component.scss index 91c85c346..4841601ab 100644 --- a/frontend/src/app/docs/api-docs/api-docs.component.scss +++ b/frontend/src/app/docs/api-docs/api-docs.component.scss @@ -205,7 +205,6 @@ h3 { .doc-content { width: 100%; - margin-top: -20px; float: unset; } diff --git a/frontend/src/app/docs/docs/docs.component.html b/frontend/src/app/docs/docs/docs.component.html index 30692cc42..f74cbd134 100644 --- a/frontend/src/app/docs/docs/docs.component.html +++ b/frontend/src/app/docs/docs/docs.component.html @@ -34,7 +34,7 @@ -
+

diff --git a/frontend/src/app/docs/docs/docs.component.scss b/frontend/src/app/docs/docs/docs.component.scss index 6398c5602..907c29fd8 100644 --- a/frontend/src/app/docs/docs/docs.component.scss +++ b/frontend/src/app/docs/docs/docs.component.scss @@ -1,6 +1,6 @@ #main-tab-content { text-align: left; - padding-top: 10px; + padding-top: 1rem; scroll-behavior: smooth; }