mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Fix] Menu: Overlay
This commit is contained in:
parent
3685f559fd
commit
774970b974
1 changed files with 7 additions and 4 deletions
|
@ -57,8 +57,11 @@
|
|||
|
||||
nav {
|
||||
position: relative;
|
||||
height: 70%;
|
||||
top: 150px;
|
||||
height: 100%;
|
||||
padding-top: 120px;
|
||||
padding-bottom: 120px;
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-size: 36px;
|
||||
font-weight: 200;
|
||||
text-align: center;
|
||||
|
@ -108,8 +111,8 @@
|
|||
animation-delay: .35s;
|
||||
}
|
||||
@for $i from 1 through 10 {
|
||||
li:nth-of-type($i) {
|
||||
animation-delay: (0.4s + 0.05s * $i);
|
||||
li:nth-of-type(#{$i}) {
|
||||
animation-delay: (0.4s + (0.05s * $i));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue