fixed some minor things related to examples while testing

This commit is contained in:
Fabio Pliger
2022-04-28 16:18:18 -06:00
parent 788af88422
commit 4e667642ca
8 changed files with 13 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ export class PyBox extends HTMLElement {
this.widths.forEach((width, index)=>{
const node: ChildNode = mainDiv.childNodes[index];
addClasses(node, [width, 'mx-4'])
addClasses(node, [width, 'mx-1'])
})