From 064e53d1f9de37971efc03b3e72567a1bb021177 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 7 Aug 2024 16:21:06 -0600 Subject: [PATCH] Revert to previous layout, add legend and update buttons --- index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a5b35ec..1a33cb8 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ align-items: center; flex: 1; padding: 20px; + position: relative; } iframe { width: 960px; /* 800px + 20% */ @@ -42,13 +43,16 @@ box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .legend { - width: 960px; + width: 200px; margin-bottom: 20px; text-align: left; padding: 10px; background-color: #fff; border: 1px solid #ccc; box-shadow: 0 4px 8px rgba(0,0,0,0.1); + position: absolute; + top: 20px; + right: 20px; } .legend h3 { margin-top: 0; @@ -73,7 +77,7 @@ text-align: center; margin: 20px 0; } - .buttons button { + .buttons a { padding: 10px 20px; margin: 0 10px; font-size: 16px; @@ -82,9 +86,10 @@ color: white; border: none; border-radius: 5px; + text-decoration: none; transition: background-color 0.3s ease; } - .buttons button:hover { + .buttons a:hover { background-color: #3498db; } .footer { @@ -123,8 +128,8 @@
- View on Google Maps - View on Gaia GPS + View on Google Maps + View on Gaia GPS