Center Webamp vertically in example sites

This commit is contained in:
Jordan Eldredge 2019-05-09 06:47:20 -07:00
parent 343b329c76
commit d73a742685
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
</head>
<body>
<div id='app'>
<div id="app" style="height: 100vh">
<!-- Webamp will attempt to center itself within this div -->
</div>
<script src="https://unpkg.com/webamp@1.3.1/built/webamp.bundle.min.js"></script>

View file

@ -6,7 +6,7 @@
</head>
<body>
<div id='app'>
<div id="app" style="height: 100vh">
<!-- Webamp will attempt to center itself within this div -->
</div>
<script src="https://unpkg.com/webamp@1.3.1/built/webamp.bundle.min.js"></script>

View file

@ -6,7 +6,7 @@
</head>
<body>
<div id='app'></div>
<div id="app" style="height: 100vh"></div>
<script src="./bundle.js"></script>
</body>

View file

@ -6,7 +6,7 @@
</head>
<body>
<div id='app'></div>
<div id="app" style="height: 100vh"></div>
<script src="./bundle.js"></script>
</body>