Skip to content

Commit

Permalink
another margin fix
Browse files Browse the repository at this point in the history
Signed-off-by: Preyanshu <[email protected]>
  • Loading branch information
preyanshu committed Jun 18, 2024
1 parent b1f7efa commit 2434ea5
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,12 @@ a:not([href]):not([class]):hover {
z-index: 5;
}
.td-sidebar {
background-image: linear-gradient(
to top,
#1e2117,
#1d1912,
#18120e,
#0f0a09,
#000000
);
position: sticky;
height: calc(100vh - 2rem);
top: 2rem;
overflow: auto;
background-image: linear-gradient(to top, #1e2117, #1d1912, #18120e, #0f0a09, #000000);
position: sticky;
height: calc(100vh - 4rem);
top: 4rem;
overflow: auto;
padding-top: 3rem;
}

// Left sidebar
Expand Down

0 comments on commit 2434ea5

Please sign in to comment.