Commit e5dc9b1d09

Michael Scott <33229051+mscott9437@users.noreply.github.com>
2023-12-24 16:18:47
Update styles in std docs to correct display glitch
1 parent 3d6c265
Changed files (1)
lib
lib/docs/index.html
@@ -255,7 +255,7 @@
       /* docs section */
       .docs {
         flex-grow: 2;
-        padding: 0rem 0.7rem 2.4rem 1.4rem;
+        padding: 0rem 0.7rem 0rem 1.4rem;
         font-size: 1rem;
         background-color: var(--bg-color);
         overflow-wrap: break-word;
@@ -746,7 +746,6 @@
         }
         .flex-main {
           flex-direction: column;
-          display: block;
         }
         .sidebar {
           min-width: calc(100vw - 2.8rem);