From 0a70f266c58384a616bcbb24048a7d8c229a0de8 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 27 Oct 2023 19:37:58 +0200 Subject: [PATCH] button-container --- earth/sat_render.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/earth/sat_render.html b/earth/sat_render.html index 6aead6b..5e649b0 100644 --- a/earth/sat_render.html +++ b/earth/sat_render.html @@ -28,18 +28,6 @@ height: 100%; } - .button-container { - position: absolute; - bottom: 0; - left: 0; - width: 50%; - height: 50%; - display: flex; - justify-content: center; - align-items: center; - z-index: 1000; - } - .button { background-color: #3498db; color: #fff; @@ -54,7 +42,6 @@
-