File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6666 container = [#demo name: demo]
6767commit
6868 container <- [children:
69- [#ui/row #demo-spaced demo | children:
69+ [#ui/row #demo-spaced #demo-centered demo | children:
7070 [#html/div #demo-square demo sort: 1]
7171 [#html/div #demo-square demo sort: 2]
7272 [#html/div #demo-square demo sort: 3]]]
8080 container = [#demo name: demo]
8181commit
8282 container <- [children:
83- [#ui/column #demo-spaced demo | children:
83+ [#ui/column #demo-spaced #demo-centered demo | children:
8484 [#html/div #demo-square demo sort: 1]
8585 [#html/div #demo-square demo sort: 2]
8686 [#html/div #demo-square demo sort: 3]]]
@@ -261,8 +261,10 @@ commit
261261 .demo > .ui-row + .ui-row,
262262 .variant-matrix > .ui-row + .ui-row { margin-top: 10px; }
263263 .variant-matrix + .variant-matrix { margin-top: 10px; }
264+
264265 .ui-row.demo-spaced > * + * { margin-left: 10px; }
265266 .ui-column.demo-spaced > * + * { margin-top: 10px; }
267+ .demo-centered { flex: 1; align-items: center; justify-content: center }
266268
267269 .demo-square { width: 50px; height: 50px; background: rgb(95, 211, 247); }
268270 "]
You can’t perform that action at this time.
0 commit comments