diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 13:29:26 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 13:29:26 +0200 |
commit | 847d17c41d96722ce1bada22274ce0da1669e127 (patch) | |
tree | aab691c71096cce13e59830d0b9cfbbde83ac089 /html/index.html | |
parent | index.html: get rid of stupid # <a>nchors (diff) | |
download | linux-status-847d17c41d96722ce1bada22274ce0da1669e127.tar.gz linux-status-847d17c41d96722ce1bada22274ce0da1669e127.zip |
index.html: hostname header too large on mobile
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |