Files
web/apps/scandic-web/components/Section/section.module.css
Erik Tiekstra 339e7195dc fix(BOOK-436): Added new section component and deprecated the other
Approved-by: Chuma Mcphoy (We Ahead)
2025-10-13 08:31:26 +00:00

6 lines
68 B
CSS

.section {
display: grid;
gap: var(--Space-x3);
z-index: 0;
}