UNPKG

@lucsoft/webgen

Version:

Collection of lucsofts Components

14 lines (13 loc) 252 B
.horizontal-stack { display: flex; width: 100%; flex-direction: row; flex-wrap: nowrap; } .vertical-stack { display: flex; height: 100%; flex-direction: column; justify-content: space-between; align-items: center; }