mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-09 06:33:06 -04:00
fix landing button clickableness
This commit is contained in:
parent
a9860ac754
commit
0589db85b4
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue