From 37e26cfe17f686be0876df5bb7b61ce1542bb969 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Tue, 1 Jul 2025 09:30:24 +0200
Subject: [PATCH] Fix closing h tag

---
 src/main/webapp/map_applications/fireblight/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/map_applications/fireblight/index.html b/src/main/webapp/map_applications/fireblight/index.html
index 5675e900..b56c3793 100755
--- a/src/main/webapp/map_applications/fireblight/index.html
+++ b/src/main/webapp/map_applications/fireblight/index.html
@@ -196,7 +196,7 @@
 
                         
             /* Screen size adjustments */
-            @media (max-width: 500px) and (orientation: portrait) 
+            @media screen and (orientation: portrait) and (max-width: 500px) 
             {
                 #legend {
                     display: none;
@@ -314,7 +314,7 @@
                 <li class="paere">Pære</li>
                 <li class="plante">Annet</li>
             </ul>
-            <h5>Forekomststørrelse</h3>
+            <h5>Forekomststørrelse</h5>
             <ul id="quantity100minus">
                 <li>Mindre enn 100 planter</li>
             </ul>
-- 
GitLab