Skip to content

Commit

Permalink
isso: demo: Make mobile-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed May 7, 2022
1 parent 315e327 commit 0172c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isso/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<head>
<title>Isso Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="page">
<div id="wrapper" style="width: 900px; margin-left: auto; margin-right: auto;">
<div id="wrapper" style="max-width: 900px; margin-left: auto; margin-right: auto;">
<h2><a href="index.html">Isso Demo</a></h2>

<script src="../js/embed.dev.js"
Expand Down

0 comments on commit 0172c21

Please sign in to comment.