Browse Source

iphone

pull/22/head
Jason Williams 5 years ago
parent
commit
457e7dbd7a
  1. 3
      dist/index.html

3
dist/index.html vendored

@ -5,6 +5,7 @@
<meta charset="utf-8" />
<title>Webpack App</title>
<link href="assets/bootstrap.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<style>
.demo__img {
@ -36,7 +37,7 @@
font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
@media (min-width: 320px) and (max-width: 1024px) {
.demo__repl {
flex-direction: column;
}

Loading…
Cancel
Save