Fixed navbar and added an article

This commit is contained in:
Asutosh Palai
2016-07-21 20:11:10 +05:30
parent 9831484e9e
commit 04a8cebe52
4 changed files with 75 additions and 2 deletions

View File

@ -95,11 +95,12 @@ body {
// ================ NAV ================//
.navbar-wrapper {
position: relative;
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 20;
transition: background-color 1s ease-in;
background: black;
&.affix {