Skip to content

Commit

Permalink
responsive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Samant committed May 16, 2024
1 parent f0ab6f3 commit 78b252f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ ul .content::-webkit-scrollbar {
position: fixed;
width: 30vw;
left: 65vw;
top: 90vh;
top: 86vh;
}
.wrapper {
margin-bottom: 80px;
}
}
@media (min-width: 900px) and (max-width: 1100px) {
Expand Down

0 comments on commit 78b252f

Please sign in to comment.