Don’t let AI companies
gamble away our future
+ Don't let AI companies
gamble away our future
Get involved
Donate
@@ -74,7 +69,13 @@
transform-origin: center bottom;
}
- @media (max-width: 850px), (orientation: portrait) {
+ @media (min-width: 851px) {
+ .hero :global(img) {
+ transform: scale(0.95);
+ }
+ }
+
+ @media (max-width: 850px) {
.hero :global(img) {
position: absolute !important;
bottom: var(--mobile-hero-img-pos, 0px) !important;
@@ -82,7 +83,6 @@
width: 100% !important;
height: auto !important;
object-fit: initial !important;
- transform: none !important;
}
.content {
@@ -114,12 +114,6 @@
}
}
- @media (min-width: 851px) and (orientation: landscape) {
- .hero :global(img) {
- transform: scale(0.95);
- }
- }
-
.hero {
display: block;
height: 100vh;