diff --git a/website/layouts/index.html b/website/layouts/index.html index 3fdf30b483..3b9adbdb8d 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -55,7 +55,7 @@

Downsampling & Compaction

Founded By

-
+
Improbable
@@ -63,16 +63,16 @@

Founded By

Used By

- {{ range $sponsor := $.Site.Data.sponsors.sponsors }} + {{ range $sponsor := sort $.Site.Data.sponsors.sponsors "name" }} {{ if $sponsor.logo }} -
+
{{ $sponsor.name }}
{{ end }} {{ end }} -
+
diff --git a/website/static/main.css b/website/static/main.css index 8eacafa3cb..f8a9530a2e 100644 --- a/website/static/main.css +++ b/website/static/main.css @@ -65,7 +65,8 @@ pre { } .img-sponsor img { - width: 100%; + max-width: 100%; + max-height: 100%; } .header-anchor { font-size: 100%; visibility: hidden;}