diff --git a/lib/docs/index.html b/lib/docs/index.html index b6f4e9c1df..bd88ed925c 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -70,7 +70,6 @@ display: flex; flex-direction: column; justify-content: center; - margin: 0 1rem; height: 100%; overflow: hidden; @@ -91,14 +90,12 @@ } .flex-left { - width: 12rem; - max-width: 15vw; - min-width: 9.5rem; overflow: auto; -webkit-overflow-scrolling: touch; overflow-wrap: break-word; flex-shrink: 0; flex-grow: 0; + margin-right: 0.5rem; z-index: 300; } @@ -135,13 +132,11 @@ } .logo { - width: 168px; - margin-right: 1rem; + margin: 0.5rem; } .logo > svg { display: block; - overflow: visible; } ul.guides-api-switch { @@ -276,7 +271,7 @@ .column { flex-basis: 0; flex-grow: 1; - min-width: 24rem; + min-width: min(24rem, 90%); } @@ -750,9 +745,6 @@ padding-left: 1.4rem; padding-right: 1.4rem; } - .logo { - max-width: 6.5rem; - } .flex-main > .flex-filler { display: none; } @@ -951,7 +943,7 @@ Learn more about stdlib source code.