v4.1 - Admin/onboarding
This commit is contained in:
@@ -746,6 +746,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Mid-range laptops (≈13"–15"): the dog mascot otherwise drifts close
|
||||
enough to the hero headline that its ears clip the "happy dog" line.
|
||||
Shrink the image footprint slightly and pull it further left so there's
|
||||
a clear gap before the text column begins. */
|
||||
@media (min-width: 769px) and (max-width: 1599px) {
|
||||
.hero-img img {
|
||||
width: 54%;
|
||||
transform: translateX(-200px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1280px) and (max-width: 1599px) {
|
||||
.hero-img img {
|
||||
transform: translateX(-240px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
body:has(#hero) .hero-inner {
|
||||
padding-bottom: 120px;
|
||||
|
||||
Reference in New Issue
Block a user