diff --git a/assets/sass/style.sass b/assets/sass/style.sass index e018424..5d76c5a 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -143,8 +143,8 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw margin: 0 auto .is-testimonial-logo - max-height: 8rem - width: auto + max-height: 5rem + margin-bottom: 1.5rem .is-page display: flex diff --git a/content/about.md b/content/about.md index d275fb6..fe7d313 100644 --- a/content/about.md +++ b/content/about.md @@ -32,7 +32,7 @@ Below are details and quotes from some of our early adopters. Check out what people are saying below. - +{{< testimonials >}} ## Officially supported platforms diff --git a/layouts/shortcodes/testimonials.html b/layouts/shortcodes/testimonials.html index 7ec0166..9ad9057 100644 --- a/layouts/shortcodes/testimonials.html +++ b/layouts/shortcodes/testimonials.html @@ -1,19 +1,17 @@ {{ $testimonials := site.Data.testimonials }}
-
+
{{- range $testimonials -}} {{- $img := printf "img/users/%s" .image | relURL -}} {{- $quote := .quote | markdownify -}} -
-
- - - -
+
+ + + -
- {{- $quote -}} +
+ {{ $quote }}
{{- end -}}