diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 7c0045207eaf8e967df0367e4d455328d931d655..74ce7506b45133fee20b4d9d258fb2c028b736dd 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -154,6 +154,28 @@ $homepage-block-min-height: 480px; } } + + .speaker { + @include make-xs-column(6); + @include make-sm-column(4); + @include make-md-column(3); + max-width: 600px; + min-height: 22em; + margin-bottom: 2em; + text-align: center; + vertical-align: middle; + + .image-alignment { + width: 80%; + height: 80%; + margin: auto auto; + // Center the icon horizontally and vertically + } + } + + .speaker-list { + margin-top: 2em; + } }