We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff3c8a commit 0e7f055Copy full SHA for 0e7f055
src/app/components/navigation/Header.tsx
@@ -27,7 +27,7 @@ const HeaderComponent = ({user}: HeaderProps) => {
27
</Link>
28
</div>
29
30
- <a href="#main" className="skip-main">Skip to content</a>
+ <a href="#main" className="skip-main">Skip to main content</a>
31
32
<div className="header-links ml-auto pr-3 px-md-3 d-flex align-items-center d-print-none">
33
{user &&
src/scss/header.scss
@@ -83,7 +83,7 @@ a.skip-main:focus, a.skip-main:active {
83
background-color:#fff;
84
left: 5%;
85
top: 60px;
86
- width: 150px;
+ width: 175px;
87
height: auto;
88
overflow: auto;
89
margin: 10px;
0 commit comments