@use "theme"; @use "mixins/media"; @use "pages/about"; @use "pages/home"; #skip-navigation { position: fixed; top: -100%; right: 0; &:focus { top: 0; } } .site { display: flex; flex-direction: column; width: min(1000px, 100vw); margin: auto; }