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