diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-30 13:57:42 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-30 13:57:42 -0400 |
| commit | 91b850102de30eb767a3c28cf92b387ac47f0f0d (patch) | |
| tree | adbee4291a3538606c9817c95347a94b714f8698 | |
| parent | 15e6d6b768ac1f82fed65e1439962c0c26557ea5 (diff) | |
no down arrow on last item
| -rw-r--r-- | public/assets/ok.css | 7 | ||||
| -rw-r--r-- | templates/index.liquid | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 99820b4..082f27a 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -410,7 +410,7 @@ nav b { height: 20vw; width: 60vw; position: absolute; - top: 0; + top: 25px; left: 0; z-index: 3; margin-left: 20vw; @@ -431,6 +431,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 { diff --git a/templates/index.liquid b/templates/index.liquid index 38d0c1a..0713d84 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -76,7 +76,7 @@ </div> </div> - <div class="item intro" data-id="introduction"> + <div class="item intro single" data-id="introduction"> <div class="left"> <h1> 20 Years of Creating Stuff On The Computer. |
