diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-30 16:16:15 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-30 16:16:15 -0400 |
| commit | c3ac7977fa5921a43f81fb34be08d0d2e8eea5d8 (patch) | |
| tree | c812c33b919dbda67ec03b479ea455dc5af7347f | |
| parent | 6a17f7cbdb45ad7c5cd588ed30e803a3d99073e9 (diff) | |
tweeks
| -rw-r--r-- | public/assets/ok.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 36d0f08..eb5dbba 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -409,7 +409,7 @@ nav b { .up nav, .down nav { background: black; - transition: 0ms background; + transition: 0ms background!important; transition-timing-function: cubic-bezier(1, 0, 0, 1); } @@ -422,6 +422,11 @@ nav b { color:white; } +.up .bottom { + background: black +} + + /* Flickity */ .flickity-enabled { @@ -433,7 +438,7 @@ nav b { } .page-up { - height: 50vw; + height: 30%; width: 60vw; position: absolute; top: 25px; @@ -444,7 +449,7 @@ nav b { } .page-down { - height: 50vw; + height: 70%; width: 60vw; position: absolute; z-index: 3; @@ -457,7 +462,6 @@ nav b { .single .page-up, .single .page-down { width: 100%; margin-left: 0; - height:50%; } .item:first-child .page-down{ height:100%; |
