diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 13:59:21 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 13:59:21 -0400 |
| commit | 3b2e8491bd40ba65b102d2e3a6948824af7c0935 (patch) | |
| tree | a12f691745312a797b3c58ab4effcd18def37133 /public | |
| parent | 4f3eefceeabaea9b8610338b4cc5b80adbdd4e4a (diff) | |
| parent | 6fe85823509d69f464021a27eac7faa3cf0a81aa (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
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 { |
