Browse Source

Make responsive;

master
neroignis@gmail.com 4 years ago
parent
commit
de8ff39b5e
  1. 1
      index.html

1
index.html

@ -6,6 +6,7 @@
<link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css"> <link rel="stylesheet" href="https://bootswatch.com/4/darkly/bootstrap.min.css">
<link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"> <link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" name="viewport">
</head> </head>
<body> <body>
<div id="root" class="container mt-2"> <div id="root" class="container mt-2">

Loading…
Cancel
Save