styling main navigation

This commit is contained in:
Grzegorz Leoniec 2018-10-16 14:41:39 +02:00
parent 4df66b219f
commit 9c87c06fed

View File

@ -75,4 +75,7 @@ blockquote {
}
.main-navigation {
box-shadow: $box-shadow-base;
position: fixed;
width: 100%;
z-index: 10;
}