Merge pull request #223 from taco-c/master

Make site scale properly on mobile
pull/228/head
Luke Smith 3 years ago committed by GitHub
commit fecd760b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,7 @@
<html lang=en>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<title>$PAGE_TITLE</title>
</head>

Loading…
Cancel
Save