Skip to content

Commit

Permalink
Merge pull request #1004 from PatelHarsh2006/harshmain3
Browse files Browse the repository at this point in the history
FIXED the OVER-SIZING of Social SIDE-BAR
  • Loading branch information
ankit071105 authored Nov 6, 2024
2 parents 7b5dda0 + 0ed9d28 commit 36054c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ body {
.social-sidebar {
position: fixed;
top: 50%;
left: 0;
left: -25px;
transform: translateY(-50%);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 36054c1

Please sign in to comment.