Skip to content

Commit

Permalink
Add viewport meta tag to improve results on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
szarka committed Dec 14, 2024
1 parent b0fe12d commit cb965dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/clients_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions www/coinbaser_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.table-wrapper {
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions www/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.table-wrapper {
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions www/threads_top.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>DATUM Gateway Status</title>
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./assets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.table-wrapper {
justify-content: center;
Expand Down

0 comments on commit cb965dc

Please sign in to comment.