diff --git a/website/layouts/index.html b/website/layouts/index.html index b803c1617f2..3fdf30b483f 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -52,33 +52,29 @@

Downsampling & Compaction

-
+
+

Founded By

-

Founded by

-
-
-
+
Improbable
-
-

Used by

-
+

Used By

{{ range $sponsor := $.Site.Data.sponsors.sponsors }} {{ if $sponsor.logo }} -
+
{{ $sponsor.name }}
{{ end }} {{ end }} - diff --git a/website/static/main.css b/website/static/main.css index 07dee80703b..8eacafa3cb1 100644 --- a/website/static/main.css +++ b/website/static/main.css @@ -52,14 +52,16 @@ pre { } .img-sponsor { - padding: 1rem; + padding: 25px; background-color: #fff; + box-shadow: 0 2px 4px rgba(0,0,0,.1); border: 1px solid #dee2e6; + margin: 15px 0 15px; border-radius: .25rem; - height: 75px; display: flex; align-items: center; justify-content: center; + height: 100px; } .img-sponsor img {