Hide hightlight/magazine header until there are enough posts

This commit is contained in:
Sodbileg Gansukh
2023-08-08 23:42:11 +08:00
parent d64ced927f
commit 824cd6c02d
6 changed files with 109 additions and 81 deletions

View File

@@ -1143,6 +1143,9 @@ Search LOGO Login Subscribe
align-items: center;
gap: 24px;
padding-top: 100px;
}
.gh-header + .gh-cta .gh-cta-inner {
border-top: 1px solid var(--color-border);
}