Skip to content

Commit 0ff3c8a

Browse files
committed
Alter margin behaviour
1 parent 1c4aec0 commit 0ff3c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ a.skip-main {
8181
a.skip-main:focus, a.skip-main:active {
8282
color: #000;
8383
background-color:#fff;
84-
left: -30%;
84+
left: 5%;
8585
top: 60px;
8686
width: 150px;
8787
height: auto;
8888
overflow: auto;
89-
margin: 10px 35%;
89+
margin: 10px;
9090
text-align:center;
9191
font-family: $secondary-font-medium;
9292
font-size: 1rem;

0 commit comments

Comments
 (0)