Added groups to user profiles

This commit is contained in:
2019-06-19 18:57:22 +09:00
parent da878290fa
commit 2d825739ca
3 changed files with 46 additions and 1 deletions

View File

@ -84,6 +84,13 @@ const profile-image-size = 280px
grid-gap 0.5rem
justify-content space-evenly
.profile-groups
display grid
grid-template-columns repeat(auto-fill, 70px)
grid-template-rows repeat(auto-fill, 70px)
grid-gap 0.5rem
justify-content space-evenly
.profile-introduction
a
color white