summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorJonas Kohl2024-11-07 18:05:49 +0100
committerJonas Kohl2024-11-07 18:05:49 +0100
commitc898933b7b546dcac5f64ff3ce6c80aeb3e0dcfd (patch)
tree3dc027b236c5810c1d23aeef5eaf3f3d5db67d38 /public/index.php
parent1aaa16466d9549486a728bd31583adbac6c38431 (diff)
Make application responsive
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 4f0f0ff..c9fdf0a 100644
--- a/public/index.php
+++ b/public/index.php
@@ -129,7 +129,7 @@ $csrf = csrf_token();
<html lang="en">
<head>
<meta charset="UTF-8">
- <meta name="viewport" content="width=916, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Java</title>
<link rel="stylesheet" href="codemirror.css">
<link rel="stylesheet" href="eclipse.css">