UNPKG

qcobjects-charts

Version:

App template for New App in QCObjects

13 lines (10 loc) 226 B
/* Insert here your custom CSS */ /* GRID */ component[name=grid]{ display: grid; grid-template-rows: auto; grid-template-columns: 50% 50%; padding: 5%; grid-row-gap: 20px; grid-column-gap: 20px; }