From af782790dfcc6dc4b7960734f7ae478422c83dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20P=C5=82otka?= Date: Sat, 4 May 2019 12:28:48 +0200 Subject: [PATCH] website: Sorted logo list, improved look on mobile devices. (#1112) 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;}