update: comments added to user-thumb

This commit is contained in:
gaelle morin 2020-05-13 12:14:42 +02:00
parent 6fefd17c9b
commit 6fed12bc01
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 3 additions and 2 deletions

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;