fix landing button clickableness

This commit is contained in:
arctic
2023-01-13 21:47:36 -08:00
parent 508d65e44c
commit 847fc607cd
2 changed files with 8 additions and 1 deletions

View File

@@ -51,6 +51,13 @@ a:not([href]):hover {
text-decoration: none;
}
.channel-page > div:nth-child(3) {
position: relative;
top: 11.5em;
padding-bottom: 2em;
overflow: hidden;
}
.page-footer-section a,
.page-footer-section p {
color: #b2b4bf;