diff --git a/sass/main.scss b/sass/main.scss index c88325d..a84e22e 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -17,11 +17,7 @@ a { } // hide content for the mobile navigation -body.hidden>*:not(header) { opacity: 0 } -body>*:not(header) { - transition: opacity .2s ease-out; - opacity: initial; -} +body.hidden>*:not(header) { display: none } body { min-height: 100vh;