Browse Source

Make example viewable in mobile

Add meta viewport for mobile responsiveness.
master
TheoryOfNekomata 9 months ago
parent
commit
790a0a656b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      packages/example-web/index.html

+ 2
- 1
packages/example-web/index.html View File

@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en-PH">
<head>
<meta charset="UTF-8">
<title>@modal-sh/numerica-core</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.main-form {
position: fixed;


Loading…
Cancel
Save