Random responsive improvements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user