mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:57:58 +01:00
fix landing button clickableness
This commit is contained in:
parent
508d65e44c
commit
847fc607cd
2 changed files with 8 additions and 1 deletions
|
@ -51,6 +51,13 @@ a:not([href]):hover {
|
||||||
text-decoration: none;
|
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 a,
|
||||||
.page-footer-section p {
|
.page-footer-section p {
|
||||||
color: #b2b4bf;
|
color: #b2b4bf;
|
||||||
|
|
|
@ -317,7 +317,7 @@ z-index: 10; /* Was 2 */"
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;justify-content: center;">
|
<div style="display: flex;justify-content: center;">
|
||||||
<img src="/css/product.svg" style="width: 25em;margin-top: 11.2em;transform: scale(1.3);margin-right: 1em;margin-bottom: 1em;">
|
<img src="/css/product.svg" style="width: 25em;transform: scale(1.3);margin-right: 1em;margin-bottom: 1em;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue