diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index c6a4040..51184d8 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -414,7 +414,7 @@ nav b { height: 20vw; width: 60vw; position: absolute; - top: 0; + top: 25px; left: 0; z-index: 3; margin-left: 20vw; @@ -435,6 +435,11 @@ nav b { .single .page-up, .single .page-down { width: 100%; margin-left: 0; + height:50%; +} + +.item:last-child .page-down, .item:last-child .bottom{ + cursor:default; } .flickity-viewport { |
