@iris.interactive/handcook 9.0.0-alpha → 9.0.2-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Welcome to HandCook 👨🍳
|
|
2
|
-

|
|
3
3
|

|
|
4
4
|
[](#)
|
|
5
5
|
[](https://twitter.com/captain\_iris)
|
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
color: blue;
|
|
127
127
|
}
|
|
128
128
|
</style>
|
|
129
|
-
<meta charset="
|
|
129
|
+
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/index.js"></script><link href="/index.css" rel="stylesheet"></head>
|
|
130
130
|
<body style="font-family: 'Helvetica Neue';" class="has-iris-scroll-reveal">
|
|
131
131
|
<div class="wrapper">
|
|
132
132
|
<main style="display: grid; grid-template-columns: 10% 90%;">
|