v4.1 - Admin/onboarding

This commit is contained in:
2026-05-18 22:25:43 +12:00
parent 6ff970015f
commit 541ae2eeec
79 changed files with 11544 additions and 1007 deletions
+17
View File
@@ -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;