Fix: Updated style to prevent navbar from overlapping content

This commit is contained in:
iampratiktandel 2020-06-17 18:33:31 +05:30
parent a4362dfb88
commit ce69fe24fc

View file

@ -18,6 +18,10 @@ html {
scroll-behavior: smooth;
}
html {
scroll-padding-top: 80px; /* height of sticky header */
}
/* Parallax */
.parallax .parallax-img {