This commit is contained in:
ken 2026-09-23 17:55:53 +08:00
parent de12c077ad
commit d0c929bc97
2 changed files with 13 additions and 0 deletions

View File

@ -99,6 +99,9 @@ sup {
}
}
.navbar-header h1.default_site_h1, .navbar-header h2.default_site_h1{
@media(max-width:768px){
font-size: 0.8em;
}
// display: flex;
// align-items: center;
white-space: normal;

View File

@ -114,6 +114,16 @@
// }
//固定選單
.navFixed {
@media (max-width: 768px) {
.site-logo {
display: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
}
@media (max-width: 768px){
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;