From 4af299be96cc24f835a142d0be0d9938eb354796 Mon Sep 17 00:00:00 2001 From: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com> Date: Sat, 18 May 2024 01:15:34 +0900 Subject: [PATCH] Website - Added some margin to the "on this page" mobile nav (#19102) Closes https://github.com/fleetdm/confidential/issues/6609 --- website/assets/styles/pages/docs/basic-documentation.less | 1 + 1 file changed, 1 insertion(+) diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less index a4817a56bf..2bae44b2ef 100644 --- a/website/assets/styles/pages/docs/basic-documentation.less +++ b/website/assets/styles/pages/docs/basic-documentation.less @@ -996,6 +996,7 @@ // Note: we're specifying a minimum height for this element to be the height of the edit page button. // Even if there are no subtopics on a documentation page, we can be sure that the edit page button will not overlap the pages content. min-height: 30px; + margin-bottom: 32px; [purpose='subtopics'] { color: @core-fleet-black;