diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-30 18:45:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-30 18:45:20 -0400 |
| commit | 5166aa2c250d136e7cfbbbc4f450f332e5309ec1 (patch) | |
| tree | 97fa7971a4aed85989d183db07c888f842f80ae4 /public | |
| parent | 5cf4c40ab0dd3351e42907ddd83ca8efa11aa7f1 (diff) | |
| parent | b666c2e12e4a5fc9095f025c6e4ab553219e0e2b (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 4e00729..75aec3d 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -147,7 +147,7 @@ h3 { left: 0; z-index: 2; transform: translateX(-50vw); - padding: 30px 5px 5px 5px; + padding: 24px 0 5px 0; transition: 150ms transform cubic-bezier(0, 0, 0, 1); z-index: 0; opacity: 0; @@ -170,8 +170,7 @@ h3 { list-style-type: decimal-leading-zero; list-style-position: inside; border-bottom: 1px solid; - padding-bottom: 4px; - padding-top: 6px; + padding: 6px 5px 4px 7px; font-size: 14px; } @@ -411,15 +410,15 @@ body { .up .showing.item { transform: translateY(-10px); opacity: 0; - background: black; } .down .showing.item { transform: translateY(10px); opacity: 0; - background: black; } +/* + .up nav, .down nav { background: black; @@ -427,11 +426,10 @@ body { } -/* .up nav span div:nth-child(2), .down nav span div:nth-child(2) { border-left:1px solid white; } -*/ + .up nav .index, .down nav .index, @@ -448,7 +446,7 @@ body { } -/* + .up .cell, .down .cell { opacity:0; } |
