@ -4,20 +4,16 @@
<title>macchiato.dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<style type="text/css">
html, body {
padding: 0;
}
html {
box-sizing: border-box;
body {
height: 100dvh;
max-width: 800px;
margin: 0 auto;
*, *:before, *:after {
box-sizing: inherit;
margin: 0;
</style>
</head>
<body>
@ -11,7 +11,7 @@ async function initCache() {
'/components/dialog.js',
'/forms/button-group.js',
'/menu/dropdown.js',
]) //1
]) //2
self.addEventListener("install", event => {