viewport fix for mobile

This commit is contained in:
Nycki 2025-03-15 19:02:59 -07:00
parent 9d049dd231
commit 8fdf6d4f45

View file

@ -2,7 +2,8 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{ title }}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slime Quest | {{ title }}</title>
<link rel="stylesheet" href="{{ '/style.css' | url }}"> <link rel="stylesheet" href="{{ '/style.css' | url }}">
</head> </head>
<body> <body>