This commit is contained in:
parent
b89b0c3a50
commit
1ff872d1dd
@ -282,7 +282,7 @@
|
|||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
.logo-text {
|
.logo-text {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
width: 180px;
|
width: 200px;
|
||||||
p {
|
p {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
let heightOfEl = el?.clientHeight
|
let heightOfEl = el?.clientHeight
|
||||||
const hp = document.getElementById("Homepage")
|
const hp = document.getElementById("Homepage")
|
||||||
const homepage_placeholder = document.getElementById("homepage-placeholder")
|
const homepage_placeholder = document.getElementById("homepage-placeholder")
|
||||||
if (hp) {
|
if (hp && window.innerHeight < 600) {
|
||||||
hp.style.minHeight = (heightOfEl || window.innerHeight) + 200 + "px"
|
hp.style.minHeight = (heightOfEl || window.innerHeight) + 200 + "px"
|
||||||
homepage_placeholder.style.minHeight = (heightOfEl || window.innerHeight) + 350 + "px"
|
homepage_placeholder.style.minHeight = (heightOfEl || window.innerHeight) + 350 + "px"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user