diff --git a/themes/gathering-theme/assets/scss/_speaker.scss b/themes/gathering-theme/assets/scss/_speaker.scss index 38ab4c7..ca0f218 100644 --- a/themes/gathering-theme/assets/scss/_speaker.scss +++ b/themes/gathering-theme/assets/scss/_speaker.scss @@ -26,8 +26,13 @@ } } + .mh-255{ + max-height: 255px; + } + img{ border-radius: 5px; + max-height: 350px; } .speaker-social{ diff --git a/themes/gathering-theme/layouts/index.html b/themes/gathering-theme/layouts/index.html index a8096ac..c46bc3f 100644 --- a/themes/gathering-theme/layouts/index.html +++ b/themes/gathering-theme/layouts/index.html @@ -191,8 +191,8 @@

{{ .title | markdownify }}

{{ range (where .Site.RegularPages "Type" "speaker") }}
-
- {{ .Title }} +
+ {{ .Title }}