Update styles in std docs to correct display glitch

This commit is contained in:
Michael Scott 2023-12-24 09:18:47 -06:00 committed by Andrew Kelley
parent 3d6c26525f
commit e5dc9b1d09

View File

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