diff --git a/_sass/_sidebar.scss b/_sass/_sidebar.scss index 46e34257bfdd6..892613568e1c7 100644 --- a/_sass/_sidebar.scss +++ b/_sass/_sidebar.scss @@ -13,13 +13,6 @@ @include clearfix(); margin-bottom: 1em; - @media screen and (min-width: $sidebar-min-width) { - height: 100vh; - overflow-y: auto; // Add scrollbar if the sidebar is too long - position: fixed; - padding-top: $masthead-height; - } - @include breakpoint($large) { @include span(2 of 12); opacity: 1; @@ -31,8 +24,8 @@ } } + @include breakpoint($x-large) { - max-width: $sidebar-link-max-width; padding-right: 0; } @@ -128,22 +121,6 @@ font-size: $type-size-5; } -.sidebar .author__desktop { - display: none; - @media screen and (min-width: 1024px) { - display: block; - } -} - -.author__pronouns { - margin: 0; - - @include breakpoint($large) { - margin-top: 10px; - margin-bottom: 10px; - } -} - .author__bio { margin: 0;