From 6fed12bc01354a7a3a2936f5866d45c493dffbc7 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Wed, 13 May 2020 12:14:42 +0200 Subject: [PATCH] update: comments added to user-thumb --- src/styles/base/user-thumb.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/base/user-thumb.scss b/src/styles/base/user-thumb.scss index 5b564c1..6dbbb39 100644 --- a/src/styles/base/user-thumb.scss +++ b/src/styles/base/user-thumb.scss @@ -1,3 +1,4 @@ +/* The grids */ %user-thumb__grid { display: grid; grid-column-gap: 1.6rem; @@ -21,7 +22,7 @@ margin-top: 0.50rem; } - +/* Styles for elements of user-thumb*/ .user-thumb__picture { align-items: center; align-self: center; @@ -97,7 +98,7 @@ } } -/* Apply the grid to all user-thumbs */ +/* Apply the grids to all user-thumbs */ .user-thumb>div, [name='user-thumb'] { @extend %user-thumb__grid;