diff --git a/resources/assets/stylesheets/scss/studygroup.scss b/resources/assets/stylesheets/scss/studygroup.scss index 7bdefb4d00ca35a290168bb293dde2e8c821530d..8eb0c4ce81be9aa4914725996a5674c240f0b32d 100644 --- a/resources/assets/stylesheets/scss/studygroup.scss +++ b/resources/assets/stylesheets/scss/studygroup.scss @@ -1,20 +1,25 @@ +#course-studygroup-members { + #content h3:first-of-type { + margin-top: 0; + } +} + ul.studygroup-gallery { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 10px; list-style: none; - padding-left: 15px; + padding-left: 0; li { box-sizing: border-box; - vertical-align: top; + display: inline-blocK; + flex: 0 0 120px; + min-height: 150px; + overflow: hidden; text-align: center; - margin: 5px; + vertical-align: top; width: 120px; - height: 150px; - max-height: 150px; - overflow: hidden; - display: inline-blocK; - section { - margin: 0 auto; - - } } }