.text-wrapper{flex:none;width:min(480px,100%);height:-moz-fit-content;height:fit-content}.about_page{width:100%;height:100%;display:flex}.about_aside{width:207px;height:100%;border-right:var(--stroke)}.about_aside span{display:block;padding:10px 15px;color:var(--hoverFontClr);border-bottom:var(--stroke)}.about_aside ul{display:flex;flex-direction:column;gap:10px;padding:22px 17px;border-bottom:var(--stroke)}.about_aside ul li{display:flex;align-items:center;gap:14px}.about_aside ul li.is-current a{color:var(--hoverFontClr)}.about_aside ul li div{display:flex;align-items:center;gap:.5rem}.about_code{flex:1 1;min-width:0;padding:1rem 1.5rem;border-left:var(--stroke)}.about_code pre{font-size:var(--codeSnippet);line-height:1.5rem;white-space:pre-wrap;word-break:break-word}.about_code .token.boolean,.about_code .token.keyword,.about_code .token.number,.about_code .token.operator{color:var(--afPurple)}.about_code .token.string{color:var(--accentClr1)}.about_code .token.property{color:var(--thirdFontClr)}@media screen and (max-width:1100px){.about_code{display:none}}@media screen and (max-width:760px){.about_page{flex-direction:column;overflow-y:auto}.about_aside{width:100%;height:auto;border-right:none;border-bottom:var(--stroke)}.about_aside ul{flex-direction:row;flex-wrap:wrap;gap:.75rem 1.5rem;padding:.875rem 1.125rem;border-bottom:none}}