diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index ecfb6b6..1413565 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -116,6 +116,14 @@ .navFixed { @media (max-width: 768px) { .site-logo { + display: block!important; + -webkit-transition: all .3s ease; + -moz-transition: all .3s ease; + -ms-transition: all .3s ease; + -o-transition: all .3s ease; + transition: all .3s ease; + } + .navbar-header .default_site_h1>*{ display: none; -webkit-transition: all .3s ease; -moz-transition: all .3s ease;