forked from Ocean/datum_gateway
Add viewport meta tag to improve results on mobile
This commit is contained in:
parent
99dec4fa0e
commit
c6d0568f02
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user