1
Fork 0

add class + move changes to landing.ejs

This commit is contained in:
arctic 2023-01-13 22:08:00 -08:00
parent 847fc607cd
commit dbc19f0367
2 changed files with 11 additions and 9 deletions

View file

@ -51,13 +51,6 @@ 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;

View file

@ -212,7 +212,16 @@ section#landing-page {
font-stretch: ultra-expanded;
font-weight: 1000;
}
.product-container {
display: flex;
justify-content: center;
position: relative;
top: 11.5em;
padding-bottom: 2em;
overflow: hidden;
}
.btn-explore {
padding: 20px;
display: flex;
@ -316,7 +325,7 @@ z-index: 10; /* Was 2 */"
<a href="/discover" class="btn-explore">Discover Videos</a>
</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;">
</div>
</div>