We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e6cdb commit 35d5f26Copy full SHA for 35d5f26
docs/webapp.css
@@ -10,7 +10,7 @@ body{
10
border-style: solid;
11
border-radius: 10px;
12
border-color: grey;
13
- width: 900px;
+ width: 500px;
14
height: auto;
15
background-color: grey;
16
background-repeat: no-repeat;
docs/webapp.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=0.4">
+ <meta name="viewport" content="width=device-width, initial-scale=0.54">
6
<title>JSrandom</title>
7
<link rel="stylesheet" href="webapp.css">
8
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
0 commit comments