diff --git a/client/stylesheets/globals/welcome.import.less b/client/stylesheets/globals/welcome.import.less index cc4168d..02a4ffd 100644 --- a/client/stylesheets/globals/welcome.import.less +++ b/client/stylesheets/globals/welcome.import.less @@ -6,14 +6,8 @@ // Show & hide message on web/desktop - .transition(all 500ms ease-out); - .transform( translate3d(-100%,0,0)); - opacity: 0; - - @media screen and (min-width: 60em) { - .transform( translate3d(0,0,0)); - opacity: 1; - } + display: none; + @media screen and (min-width: 60em) { display: block; } .title-welcome { .font-s3;