diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 15:36:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 16:49:08 -0400 |
| commit | 3bda031b8b67073fd42e5535234d8011c3ebddec (patch) | |
| tree | 7b06beb7a937335fee17affadb82d66808c4f78e | |
| parent | d1a251ced60317aa0a0f43e571a4185e654ca9f1 (diff) | |
| parent | 37dc7281018a7aa1417963be68c6e3a648dfb738 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
| -rw-r--r-- | package.json | 3 | ||||
| -rw-r--r-- | public/assets/ok.css | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/package.json b/package.json index 8144865..434376e 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,8 @@ }, "dependencies": { "dotenv": "^2.0.0", - "flickity": "^1.2.1", "object-assign": "^2.0.0", - "okcms": "git+ssh://git@github.com:okfocus/okcms.git#v0.1.22" + "okcms": "git+ssh://git@github.com:okfocus/okcms.git#v0.1.23" }, "homepage": "https://github.com/okfocus/portfolio" } diff --git a/public/assets/ok.css b/public/assets/ok.css index e84e2ad..a05fed0 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -437,7 +437,10 @@ nav b { margin-left: 0; height:50%; } - +.item:first-child .page-down{ + height:100%; + bottom: -25px; +} .item:last-child .page-down, .item:last-child .bottom{ cursor:default; } |
