Skip to content

Commit

Permalink
Fix visibility to avoid ghost clickable links
Browse files Browse the repository at this point in the history
  • Loading branch information
itbruno authored Sep 1, 2020
1 parent 9a18acd commit a70aa83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ header {
height: 0;
opacity: 0;
padding: 0;
visibility: hidden;
}

.links .link-item .icon {
Expand Down Expand Up @@ -519,4 +520,4 @@ footer label:after {
height: 250px;
width: 400px;
}
}
}

1 comment on commit a70aa83

@vercel
Copy link

@vercel vercel bot commented on a70aa83 Dec 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.