diff --git a/public/style.css b/public/style.css index 3f25fd4..0bb0444 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,3 @@ -/* this file is loaded by index.html and styles the page */ - * { box-sizing: border-box; } @@ -86,10 +84,12 @@ h2 img { figure.participant { display: inline-block; transition: ease-in all .2s; + margin: 0; } figure.participant img { - max-height: 100px; + max-width: 40vw; + width: 150px; } figure.participant figcaption { font-weight: bold; diff --git a/views/audience.handlebars b/views/audience.handlebars index 308b63f..9ad31bd 100644 --- a/views/audience.handlebars +++ b/views/audience.handlebars @@ -18,12 +18,14 @@

Participants

- {{#each participants}} -
- -
{{this.participantName}}
-
- {{/each}} +
+ {{#each participants}} +
+ +
{{this.participantName}}
+
+ {{/each}} +