Fixed post list author and cta visbility issues

This commit is contained in:
Sodbileg Gansukh
2023-09-12 22:03:52 +08:00
parent 80c374d832
commit a9ef180756
4 changed files with 13 additions and 8 deletions

View File

@@ -1412,9 +1412,14 @@ Search LOGO Login Subscribe
/* ---------------------------------------------------------- */
.gh-cta {
display: none;
margin-top: max(4vw, 40px);
}
.gh-header + .gh-cta {
display: block;
}
.gh-cta-inner {
position: relative;
overflow: hidden;