Skip to content

Commit

Permalink
Merge pull request #108 from saran1522/contributing
Browse files Browse the repository at this point in the history
bug fixing (issue #107)
  • Loading branch information
SaptarshiSarkar12 committed Oct 10, 2022
2 parents 2623f7f + 8ed9e16 commit 3ea8bac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ body::-webkit-scrollbar-thumb {
transform: translateX(-50%);
z-index: 1;
color: var(--black);
position: relative;
top:65px;
}

header img {
Expand Down Expand Up @@ -493,7 +495,7 @@ header {
/* Info */

.info {
background-color: var(--background-color1);
background-color: var(--background-color);
padding: 2rem 5rem;
color: var(--black);
}
Expand Down

0 comments on commit 3ea8bac

Please sign in to comment.