Fix mobile scale

This commit is contained in:
Corentin 2025-10-23 17:08:46 +09:00
commit 36956e14bf

View file

@ -3,7 +3,8 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>神山町</title> <title>神山町</title>
<link rel="stylesheet" href="/leaflet_1.9.4.css"/> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/leaflet_1.9.4.css" />
<style> <style>
html { html {
background: #333; background: #333;