From 03c237c9f21c5236aa87e8e9b8035bfa463322db Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Thu, 30 Nov 2023 08:54:20 +0000 Subject: [PATCH] User guide: remove horizontal scroll on small screens (#31) Small update to the CSS so that the site is viewable on mobile phones without scrolling. --- user_guide/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_guide/index.html b/user_guide/index.html index c8a8746..b7c01e6 100644 --- a/user_guide/index.html +++ b/user_guide/index.html @@ -55,6 +55,7 @@ margin-top: 2%; margin-bottom: 2%; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35); + max-width: 100%; } @@ -1758,7 +1759,7 @@ This is a list of every action that you can assign to a gesture using the Gesture Manager menu. You can use the search function of your browser (generally Ctrl+F) to search for an action here. These actions can also be used in your own Quick Menu. Please check the relevant section in the guide for more info. -
+