Skip to content

Commit d547f4a

Browse files
committed
Fixed the issue of skip-to-content button overlapping the header links
1 parent b7f0000 commit d547f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ textarea {
294294
#skip-to-content {
295295
position: absolute;
296296
left: 0px;
297-
top: 0px;
297+
top: 40px;
298298
z-index: 5;
299299
background-color: #ed225d;
300300
color: white;

0 commit comments

Comments
 (0)