Ver código fonte

Make example viewable in mobile

Add meta viewport for mobile responsiveness.
master
TheoryOfNekomata 10 meses atrás
pai
commit
790a0a656b
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      packages/example-web/index.html

+ 2
- 1
packages/example-web/index.html Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar