Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@
}
}

/* Fix blog content being covered by fixed navbar */
.td-blog {
padding-top: 120px !important;
}

/* Also apply to main content areas without sidebar */
.td-main main:first-child {
padding-top: 20px;
}

.td-sidebar-link {
&:hover {
color: $primary !important;
Expand Down
Loading