You've already forked no-js-hugo-theme
Added a box-shadow to the header when in portrait
This commit is contained in:
@ -312,6 +312,7 @@ body {
|
||||
top: 0;
|
||||
position: sticky;
|
||||
position: -webkit-sticky; /* needed for iOS */
|
||||
box-shadow: 0 0 1em rgba(30, 30, 30, .3);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user