mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 07:14:40 -05:00
add class + move changes to landing.ejs
This commit is contained in:
parent
0589db85b4
commit
3200d1fa80
2 changed files with 11 additions and 9 deletions
|
@ -51,13 +51,6 @@ 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;
|
||||||
|
|
|
@ -212,7 +212,16 @@ section#landing-page {
|
||||||
font-stretch: ultra-expanded;
|
font-stretch: ultra-expanded;
|
||||||
font-weight: 1000;
|
font-weight: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.product-container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
|
top: 11.5em;
|
||||||
|
padding-bottom: 2em;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-explore {
|
.btn-explore {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -316,7 +325,7 @@ z-index: 10; /* Was 2 */"
|
||||||
<a href="/discover" class="btn-explore">Discover Videos</a>
|
<a href="/discover" class="btn-explore">Discover Videos</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: flex;justify-content: center;">
|
<div class="product-container">
|
||||||
<img src="/css/product.svg" style="width: 25em;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