Website - Added some margin to the "on this page" mobile nav (#19102)

Closes https://github.com/fleetdm/confidential/issues/6609
This commit is contained in:
Mike Thomas 2024-05-18 01:15:34 +09:00 committed by GitHub
parent f2334d2fde
commit 4af299be96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;