Skip to content

Commit

Permalink
Merge pull request #1176 from Albert-2/uiImprove
Browse files Browse the repository at this point in the history
Fixed overlapping footer
  • Loading branch information
vikhyatsingh123 authored Dec 13, 2023
2 parents 6460694 + 723cb50 commit 2efc8d7
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 151 deletions.
6 changes: 4 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
}
}
.to-top.active {
bottom: 32px;
bottom: 150px;
pointer-events: auto;
opacity: 1;
z-index: 1000;
right: 5%;
right: 2%;
}

.to-top:hover {
Expand Down Expand Up @@ -179,6 +179,8 @@ main{
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.contributor-card {
Expand Down
Loading

0 comments on commit 2efc8d7

Please sign in to comment.