authorgravatar for 33229051+mscott9437@users.noreply.github.comMichael Scott <33229051+mscott9437@users.noreply.github.com> 2023-12-24 09:18:47-06:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-01-12 16:25:55-08:00
loge5dc9b1d0995fccd3ff4665a55b0994f14df75c1
treef1433a9ef7667b2a3c6da947426ad639a0a2800f
parent3d6c26525f3914a139d0843307d7052bc3841177

Update styles in std docs to correct display glitch


1 files changed, 1 insertions(+), 2 deletions(-)

lib/docs/index.html+1-2
...@@ -255,7 +255,7 @@...@@ -255,7 +255,7 @@
255 /* docs section */255 /* docs section */
256 .docs {256 .docs {
257 flex-grow: 2;257 flex-grow: 2;
258 padding: 0rem 0.7rem 2.4rem 1.4rem;258 padding: 0rem 0.7rem 0rem 1.4rem;
259 font-size: 1rem;259 font-size: 1rem;
260 background-color: var(--bg-color);260 background-color: var(--bg-color);
261 overflow-wrap: break-word;261 overflow-wrap: break-word;
...@@ -746,7 +746,6 @@...@@ -746,7 +746,6 @@
746 }746 }
747 .flex-main {747 .flex-main {
748 flex-direction: column;748 flex-direction: column;
749 display: block;
750 }749 }
751 .sidebar {750 .sidebar {
752 min-width: calc(100vw - 2.8rem);751 min-width: calc(100vw - 2.8rem);