Fix meta viewport and add description
Incrase button sizes
This commit is contained in:
parent
3121e13628
commit
3c97b78f2c
2 changed files with 10 additions and 3 deletions
|
@ -2,10 +2,17 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta viewport="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Web app for keeping track of anything you want to count.">
|
||||
<title>NCounter</title>
|
||||
${require('./icon/html_code.html')}
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
JavaScript is required to run this application.
|
||||
This app uses no cookies or trackers.
|
||||
All data is stored on your device.
|
||||
You can enable JavaScript without worries about your privacy.
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
|
@ -52,8 +52,8 @@ button {
|
|||
|
||||
color: var(--text-primary);
|
||||
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue