Merge pull request #26 from taco-c/master

Make the site scale properly on mobile
This commit is contained in:
Luke Smith 2021-03-10 20:29:26 -05:00 committed by GitHub
commit b339101618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<meta charset=UTF-8>
<link rel=stylesheet href=style.css>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>