zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit e5dc9b1d0995fccd3ff4665a55b0994f14df75c1 (tree)
parent 3d6c26525f3914a139d0843307d7052bc3841177
Author: Michael Scott <33229051+mscott9437@users.noreply.github.com>
Date:   Sun, 24 Dec 2023 09:18:47 -0600

Update styles in std docs to correct display glitch
Diffstat:
Mlib/docs/index.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/docs/index.html b/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);