Browse Source

Make example viewable in mobile

Add meta viewport for mobile responsiveness.
master
TheoryOfNekomata 10 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> <!DOCTYPE html>
<html lang="en">
<html lang="en-PH">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>@modal-sh/numerica-core</title> <title>@modal-sh/numerica-core</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style> <style>
.main-form { .main-form {
position: fixed; position: fixed;


Loading…
Cancel
Save