Add subtle intro animation to elements and fix z-index stacking issues
This commit is contained in:
@ -3,7 +3,11 @@
|
||||
========================================================================== */
|
||||
|
||||
.masthead {
|
||||
position: relative;
|
||||
border-bottom: 1px solid $border-color;
|
||||
animation: intro 0.3s both;
|
||||
animation-delay: 0.15s;
|
||||
z-index: 20;
|
||||
|
||||
&__inner-wrap {
|
||||
@include container;
|
||||
|
Reference in New Issue
Block a user