diff --git a/source/layouts/home.erb b/source/layouts/home.erb index 9fbb4ab83..091546824 100644 --- a/source/layouts/home.erb +++ b/source/layouts/home.erb @@ -81,66 +81,65 @@
-
-

Trusted by

-
-
-
-
- - DNSimple - -
-
- - Freework - -
-
- - advanon - -
-
-
-
-
- - hippo - -
-
- - ppe-analytics - -
-
- - flooring-stores - +
+

Trusted by

-
-
-
- - Marozed Web Agency - +
+
+
+ + DNSimple + +
+
+ + Freework + +
+
+ + advanon + +
-
- - Ascenda Loyalty - +
+
+ + hippo + +
+
+ + ppe-analytics + +
+
+ + flooring-stores + +
-
- - PlayGuide - +
+
+ + Marozed Web Agency + +
+
+ + Ascenda Loyalty + +
+
+ + PlayGuide + +
-
- diff --git a/source/stylesheets/application-minimal.css b/source/stylesheets/application-minimal.css index 01a3e9e26..ae9ffbfd8 100644 --- a/source/stylesheets/application-minimal.css +++ b/source/stylesheets/application-minimal.css @@ -357,3 +357,28 @@ table.status td { .status-hanami-2-na { background-color: silver; } + +@media (min-width: 768px) { + #trusted-by-logos .row { + margin: 20px 0; + } +} + +#trusted-by-logos a { + display: flex; + align-items: center; + height: 90px; +} + +#trusted-by-logos a img { + max-width: 220px; + margin: 0 auto; +} + +.p-t-sm { + padding-top: 10px; +} + +.p-b-sm { + padding-bottom: 10px; +}