Browse Source

Fix start animation on mobiles

master
Eduard Kuzmenko 3 years ago
parent
commit
5acdcf7f22
  1. 2
      src/index.hbs

2
src/index.hbs

@ -31,7 +31,7 @@
{{/ each }} {{/ each }}
</head> </head>
<body class="animation-level-2"> <body class="animation-level-2 is-left-column-shown">
<!--[if IE]> <!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]--> <![endif]-->

Loading…
Cancel
Save