Skip to content

Commit 35d5f26

Browse files
committed
Changed main div size to improve mobile wiewport look
1 parent 46e6cdb commit 35d5f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/webapp.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body{
1010
border-style: solid;
1111
border-radius: 10px;
1212
border-color: grey;
13-
width: 900px;
13+
width: 500px;
1414
height: auto;
1515
background-color: grey;
1616
background-repeat: no-repeat;

docs/webapp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=0.4">
5+
<meta name="viewport" content="width=device-width, initial-scale=0.54">
66
<title>JSrandom</title>
77
<link rel="stylesheet" href="webapp.css">
88
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)