diff --git a/scripts/index.js b/scripts/index.js index 069d89e..2282f5b 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -198,35 +198,34 @@ async function handleInstanceAdd () { export class Instance { constructor () { let shadowRoot = document.createElement("div"); + shadowRoot.classList.add("w3-row"); shadowRoot.innerHTML = ` -
-
-

-
-
-

-
-
-

-
-
- -

-
-
-

-
-
- -

-
-
- - - - -
+
+

+
+
+

+
+
+

+
+
+ +

+
+
+

+
+
+ +

+
+
+ + + +
`;