Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ assets/scss/_styles_project.scss
@include media-breakpoint-up(md) {
width: 100%;
position: fixed;
margin-left: -15px;
margin-left: -16px;
z-index: 31;
top: 4rem;
}
Expand All @@ -89,10 +89,6 @@ assets/scss/_styles_project.scss
}
}

// Adds a padding because the announcements banner is too close to the breadcrumb
header {
padding-bottom: 8px;
}
.td-page-meta {
// Adds a margin because the announcements banner is too close
margin-top: 16px;
Expand Down
Loading