Files
web/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/jobylonFeed.module.css
Erik Tiekstra f045fe4a8a Merged in feat/SW-1555-jobylon-integration (pull request #1484)
Feat/SW-1555 jobylon integration

* feat(SW-1555): Added jobylon feed query

* feat(SW-1555): Added jobylon feed component


Approved-by: Fredrik Thorsson
Approved-by: Matilda Landström
2025-03-06 13:31:37 +00:00

11 lines
130 B
CSS

.list {
list-style: none;
display: grid;
gap: var(--Spacing-x2);
}
.content {
display: grid;
gap: var(--Spacing-x2);
}