diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 5e586593..dc9a5de9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} {{ content }} diff --git a/docs/bulma-docs.sass b/docs/bulma-docs.sass index f0590133..c6f05731 100644 --- a/docs/bulma-docs.sass +++ b/docs/bulma-docs.sass @@ -201,7 +201,7 @@ $curve: cubic-bezier(0, 0.71, 0.29, 1) animation: slideDown 500ms both animation-delay: 1.6s -#carbon +html.route-index #carbon animation: slideUp 500ms both animation-delay: 1.8s diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index fd7b9480..9cf9d0be 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -6387,7 +6387,7 @@ body.page-grid .column > .notification { animation-delay: 1.6s; } -#carbon { +html.route-index #carbon { animation: slideUp 500ms both; animation-delay: 1.8s; }