Fix height of "Skip to Main Content" button

This commit is contained in:
daudix
2024-09-28 18:40:07 +03:00
parent 9d2aeab5f3
commit 14fc52f8a1
2 changed files with 3 additions and 1 deletions

View File

@ -32,8 +32,9 @@
var(--shadow-glass);
border-radius: 999px;
background-color: var(--nav-bg);
padding: 0.375rem 0.75rem;
padding: 0.625rem 0.75rem;
pointer-events: none;
line-height: 1;
text-decoration: none;
&:focus {