From fbd576d7fb57919de07d98dbac55c61a52aef0ac Mon Sep 17 00:00:00 2001 From: Bartek Plotka Date: Sat, 4 May 2019 11:14:10 +0100 Subject: [PATCH] website: Sorted logo list, improved look on mobile devices. Signed-off-by: Bartek Plotka --- website/layouts/index.html | 8 ++++---- website/static/main.css | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) 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;}