diff --git a/static/css/base.css b/static/css/base.css index bc68879..b1ce2f8 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1495,8 +1495,8 @@ bottom: 0; left: 0; } #navigation { --webkit-animation: fadeIn 4s; -animation: fadeIn 4s; +-webkit-animation: fadeIn 6s; +animation: fadeIn 6s; opacity:0; } #navigation:hover { @@ -3141,4 +3141,4 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap #navigation { display: none; } -} \ No newline at end of file +}