diff --git a/frontend/stylesheets/components/_list-speaker.scss b/frontend/stylesheets/components/_list-speaker.scss index cbcb98a..5c04a08 100644 --- a/frontend/stylesheets/components/_list-speaker.scss +++ b/frontend/stylesheets/components/_list-speaker.scss @@ -30,6 +30,7 @@ margin-block-start: 1rem; font-size: map-get(variables.$font-sizes, 'lg'); + line-height: 1.4; @include media-breakpoint-up('sm') { font-size: map-get(variables.$font-sizes, 'xl'); @@ -47,11 +48,15 @@ &-link:not(:hover) { color: variables.$base-font-color; - } + } } &__bio { margin-top: 1rem; + + &--mini { + margin-top: 0.6rem; + } } } @@ -61,4 +66,4 @@ @include media-breakpoint-up('sm') { grid-template-columns: repeat(3, 1fr); } -} +} diff --git a/frontend/stylesheets/screens/_home.scss b/frontend/stylesheets/screens/_home.scss index 1c41a5a..ae8da85 100644 --- a/frontend/stylesheets/screens/_home.scss +++ b/frontend/stylesheets/screens/_home.scss @@ -63,8 +63,8 @@ body.home .app-content { body.home .speaker-lineup { .list-speaker { - @include media-breakpoint-up('sm') { - grid-template-columns: repeat(3, 1fr); + @include media-breakpoint-up('md') { + grid-template-columns: repeat(4, 1fr); } &__photo { diff --git a/src/_components/card_talk.liquid b/src/_components/card_talk.liquid index 57d0655..e1727a3 100644 --- a/src/_components/card_talk.liquid +++ b/src/_components/card_talk.liquid @@ -26,7 +26,7 @@ {% endif %}