update: comments added to user-thumb

This commit is contained in:
gaelle morin
2020-05-29 14:07:44 +02:00
parent 6fefd17c9b
commit 6fed12bc01
+3 -2
View File
@@ -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;