Random responsive improvements

This commit is contained in:
2024-07-21 19:29:04 +02:00
parent 4fe78c0fa4
commit 63553c9955
15 changed files with 373 additions and 50 deletions

View File

@@ -195,6 +195,22 @@
}
}
@media only screen and (max-width: 800px) {
@media only screen and (max-width: 1800px) {
.hero-title {
font-size: 13vmin;
}
.hero-title2 {
font-size: 26vmin;
}
.hero-decoration-text {
display: none;
}
.hero-decoration-arrow {
right: 45%;
width: 10vmin;
bottom: 180px;
}
}