diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 0079bef..c6a4040 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -251,11 +251,14 @@ span { .item { height: 100vh; width: 100%; - display: -webkit-flex; + display: block; + transition: 150ms transform cubic-bezier(0, 0, 0, 1), 150ms opacity cubic-bezier(0, 0, 0, 1); +} +.item.intro { display: flex; + display: -webkit-flex; -webkit-flex-flow: column wrap; flex-flow: column wrap; - transition: 150ms transform cubic-bezier(0, 0, 0, 1), 150ms opacity cubic-bezier(0, 0, 0, 1); } body, @@ -381,6 +384,7 @@ nav b { width: 100%; left: 0; background: white; + display: block; } .up .showing.item { |
