Commit 181a31319f246044e96b1bff8950c32c3b6cc17b

Authored by Goutte
1 parent 50d4f638

Delay the no-javascript message a little more, it shows up too soon as our initi…

…al page load is long.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
web/static/css/main.css
... ... @@ -259,7 +259,7 @@ ul li {
259 259  
260 260 opacity: 0;
261 261 animation: 1.618s fadeIn;
262   - animation-delay: 1.618s;
  262 + animation-delay: 4s;
263 263 animation-fill-mode: forwards;
264 264  
265 265 pointer-events: none;
... ...