// bio.scss .personal-bio { width: $mainWidth; } @media screen and (max-width: $mainWidth) { .personal-bio { width: 95vw; } }