From e43b0cbccfc4f35473b0acb8a861ce6e7b6fb6ad Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 29 Nov 2016 16:58:11 +0100 Subject: [PATCH] Responsive layout for HDRI listing --- src/styles/_project.sass | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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