.site-footer {
    padding: 0em  0em;
}

@media (max-width: 767px) {
  #site-logo-inner img {
    display: none;
  }

  #site-logo-inner a {
    display: block;
    width: 200px; /* 視你的 logo 寬度調整 */
    height: 60px; /* 視你的 logo 高度調整 */
    background-image: url("https://calculus.math.nycu.edu.tw/wp-content/uploads/A-%E5%BE%AE%E7%A9%8D%E5%88%86%E5%B0%8F%E7%B5%84-LOGO%E5%AD%97%E9%BB%91%E5%AD%97-300dpi.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
