-
Drone development kits · Open source
-
Build.
Share.
Deploy.
-
Hardware devkits, open-source drone software, and integrated consultancy for domestic and industrial solutions.
-
-
+
+
+
+
Drone development kits · Open source
+
Build.
Share.
Deploy.
+
Hardware devkits, open-source drone software, and integrated consultancy for domestic and industrial solutions.
+
+
diff --git a/style.css b/style.css
index f97b15b..52a96a3 100644
--- a/style.css
+++ b/style.css
@@ -235,9 +235,6 @@ img { display: block; max-width: 100%; }
.hero {
position: relative;
overflow: hidden;
- min-height: clamp(640px, 90vh, 940px);
- display: flex;
- flex-direction: column;
}
.hero-bg {
@@ -247,10 +244,16 @@ img { display: block; max-width: 100%; }
}
.drone-vision-bg {
- position: absolute;
- inset: 0;
+ position: relative;
z-index: 1;
- pointer-events: none;
+ width: 100%;
+ line-height: 0;
+}
+
+.drone-vision-bg svg {
+ display: block;
+ width: 100%;
+ height: clamp(360px, 48vw, 640px);
}
html.dark .drone-vision-bg svg { filter: invert(1); }