We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Пересчитать ширину скиплинка, т. к. она пока задана «в лоб»:
skip-link { position: absolute; overflow: hidden; top: auto; left: -10000px; width: 1px; height: 1px; padding: 16px 52px; <------ 👀 background-color: var(--color-background); z-index: 4; } .skip-link:focus-visible { top: 0; left: 0; width: auto; height: auto; } @media (width >= 1024px) { .skip-link { padding: 23px 56px; <------ 👀 } } @media (width >= 1680px) { .skip-link { padding: 26px 62px; <------ 👀 } }
Контекст описан в комментарии к другому пиару.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Проблема
Пересчитать ширину скиплинка, т. к. она пока задана «в лоб»:
Контекст описан в комментарии к другому пиару.
The text was updated successfully, but these errors were encountered: