This commit is contained in:
ken 2026-09-23 18:03:04 +08:00
parent d0c929bc97
commit c0bcd73183
1 changed files with 8 additions and 0 deletions

View File

@ -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;