Skip to content

Commit c446a55

Browse files
committed
Lock navbar and add border/shadow styling
1 parent 68aded1 commit c446a55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ blockquote {
7474
padding-top: 5px;
7575
}
7676

77+
.main-nav {
78+
position: sticky;
79+
top: 0;
80+
z-index: 1000;
81+
background: $bg-white;
82+
border-bottom: 1px solid $border-color;
83+
box-shadow: 0 6px 18px rgba(27, 31, 35, 0.08);
84+
}
85+
7786
.breadcrumb {
7887
background: #F3F3F3;
7988

0 commit comments

Comments
 (0)