- commit
- 3c97b78
- parent
- 3121e13
- author
- CheddarCrisp
- date
- 2020-03-07 17:00:24 +0100 CET
Fix meta viewport and add description Incrase button sizes
2 files changed,
+10,
-3
+8,
-1
1@@ -2,10 +2,17 @@
2 <html>
3 <head>
4 <meta charset="UTF-8">
5- <meta viewport="width=device-width, initial-scale=1.0">
6+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7+ <meta name="description" content="Web app for keeping track of anything you want to count.">
8 <title>NCounter</title>
9 ${require('./icon/html_code.html')}
10 </head>
11 <body>
12+ <noscript>
13+ JavaScript is required to run this application.
14+ This app uses no cookies or trackers.
15+ All data is stored on your device.
16+ You can enable JavaScript without worries about your privacy.
17+ </noscript>
18 </body>
19 </html>
+2,
-2
1@@ -52,8 +52,8 @@ button {
2
3 color: var(--text-primary);
4
5- width: 40px;
6- height: 40px;
7+ width: 48px;
8+ height: 48px;
9
10 display: flex;
11 align-items: center;