diff --git a/src/styles/_project.sass b/src/styles/_project.sass index 4e872da5..9b81e2eb 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -1687,13 +1687,27 @@ section.node-children &.group_hdri, &.hdri width: 300px + +media-md + width: 33.333% + margin: 0 + + +media-sm + width: 50% + margin: 0 + .list-node-children-item.hdri, .list-node-children-item.group_hdri height: $list-node-children-item-width - width: 300px + width: 98% margin-top: 5px + .list-node-children-item-thumbnail - width: 300px + width: 100% + + +media-sm + img + width: 100% + .list-node-children-item-thumbnail-icon i position: relative bottom: 10px