Responsive Viewport

This change will make the website easier to read at smaller viewport widths.
This commit is contained in:
4c3e 2022-07-03 14:38:28 -04:00 committed by GitHub
parent c9e2bf326c
commit a95757e250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ document_start = """
<link rel="stylesheet" href="css/water.css?v=1">
<meta charset="utf-8"/>
<title>Reticulum Network</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<![endif]-->
</head>
<body>