Skip to content

Commit e72a531

Browse files
Merge pull request #257 from kube-logging/kubecon-banner-whitespace-fix
Fixes the white line above the header on the frontpage
2 parents ddb5873 + c486a8d commit e72a531

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

assets/scss/_styles_project.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ assets/scss/_styles_project.scss
6969
@include media-breakpoint-up(md) {
7070
width: 100%;
7171
position: fixed;
72-
margin-left: -15px;
72+
margin-left: -16px;
7373
z-index: 31;
7474
top: 4rem;
7575
}
@@ -89,10 +89,6 @@ assets/scss/_styles_project.scss
8989
}
9090
}
9191

92-
// Adds a padding because the announcements banner is too close to the breadcrumb
93-
header {
94-
padding-bottom: 8px;
95-
}
9692
.td-page-meta {
9793
// Adds a margin because the announcements banner is too close
9894
margin-top: 16px;

0 commit comments

Comments
 (0)