From 847d17c41d96722ce1bada22274ce0da1669e127 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Mon, 11 Apr 2022 13:29:26 +0200
Subject: index.html: hostname header too large on mobile

---
 html/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html
index 3ba167a..e3ac8b3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -12,7 +12,7 @@
         <div class="col">
           <div style="display: flex; justify-content: space-between; align-items: center; gap: .5em;">
             <div>
-              <h1 id="hostname">-</h1>
+              <h1 class="h2" id="hostname">-</h1>
               <p class="mb-0 small">refreshed every <span id="status_refresh_interval">-</span> seconds</p>
             </div>
             <div class="btn-group" role="group" id="power_buttons">
-- 
cgit v1.2.3