From 34f350499cc67bfa0b81f942188ed3e1e9c4660e Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:52:17 +0200 Subject: [PATCH] Adjust documentation for mobile devices (#4827) I tested the change with Google Dev Tools and docs.abapgit.org should work now also on devices with smaller screens. Closes #4824 --- docs/assets/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/assets/main.css b/docs/assets/main.css index 1999efd32..667737192 100644 --- a/docs/assets/main.css +++ b/docs/assets/main.css @@ -64,7 +64,6 @@ h1, h2, h3 { .nav { float: left; - width: 300px; margin: 10px 0; } @@ -120,4 +119,4 @@ footer.nav-footer { .anchor-link { margin-left: 5px; font-size: 80%; -} \ No newline at end of file +}