From e3e273a68830ee8b10300ef1f092608c62e199a3 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 1 Apr 2023 18:02:39 +0900 Subject: [PATCH] Fixing position on mobile view --- frontend/src/app/docs/docs/docs.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/docs/docs/docs.component.scss b/frontend/src/app/docs/docs/docs.component.scss index 9e7a2e03a..64852a1f6 100644 --- a/frontend/src/app/docs/docs/docs.component.scss +++ b/frontend/src/app/docs/docs/docs.component.scss @@ -2,6 +2,7 @@ text-align: left; padding-top: 1rem; scroll-behavior: smooth; + margin-bottom: 20px; } #footer {