/* Keep the about-page introduction beside the article while scrolling. */
.about-aside{position:sticky;top:108px;align-self:start;max-height:calc(100vh - 132px);overflow:auto}
@media(max-width:760px){.about-aside{position:static;max-height:none;overflow:visible}}
