diff --git a/style.css b/style.css index 507ac5f..affd3a9 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.14.9 +Version: 0.15.0 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -82,7 +82,7 @@ Text Domain: kj-weji content:''; position:absolute; bottom:-4px; left:50%; transform:translateX(-50%); width:4px; height:4px; background:var(--cinnabar); border-radius:50%; } - .main-content { padding:40px; min-height:500px; } + .main-content { padding:40px; min-height: calc(100vh - var(--topbar-height) - 160px); } /* 首页 */ .hero { text-align:center; padding:48px 20px 32px; }