master
Ron Reciproco 1 year ago
parent bfd3a38a0a
commit 4a29a84e2a

@ -10,7 +10,10 @@
<body> <body>
<div> <div>
<h1>Ron Reciproco</h1> <h1>Ron Reciproco</h1>
</div> </div>
<script type="module" src="/main.js"></script> <script type="module" src="/main.js"></script>
</body> </body>
</html> </html>

@ -101,4 +101,11 @@ div {
h1 { h1 {
display: flex; display: flex;
justify-content: center; justify-content: center;
}
.shopify-app-block img {
margin-left: -20px;
}
.btn--full {
margin-top: 20px;
} }
Loading…
Cancel
Save