diff --git a/docs/overrides/assets/stylesheets/home.css b/docs/overrides/assets/stylesheets/home.css index b3a5d0f..e7d8e34 100644 --- a/docs/overrides/assets/stylesheets/home.css +++ b/docs/overrides/assets/stylesheets/home.css @@ -30,6 +30,10 @@ grid-template-columns: repeat(3, 1fr); } +.tx-grid--1x2 { + grid-template-columns: repeat(2, 1fr); +} + /* Card styles */ .tx-card { padding: var(--spacing-md); @@ -182,14 +186,16 @@ } .tx-grid--3x2, - .tx-grid--3x1 { + .tx-grid--3x1, + .tx-grid--1x2 { grid-template-columns: repeat(2, 1fr); } } @media screen and (max-width: 600px) { .tx-grid--3x2, - .tx-grid--3x1 { + .tx-grid--3x1, + .tx-grid--1x2 { grid-template-columns: 1fr; } diff --git a/docs/overrides/home.html b/docs/overrides/home.html index 492e868..65c7b8e 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -28,11 +28,22 @@

What Users Say

-
- "Kamaji works exactly as expected: it's simple, efficient, scalable, and I especially appreciate how Clastix has always been available for technical discussions and support throughout these two years of collaboration." -

- — Jérémie Monsinjon, Head of Containers @OVHCloud -
+
+
+
+ "Kamaji works exactly as expected: it's simple, efficient, scalable, and I especially appreciate how Clastix has always been available for technical discussions and support." +
+ — Jérémie Monsinjon, Head of Containers @OVHCloud +
+
+
+
+ "We are running the open-source project Kamaji within our Rackspace Spot platform today, and the results are impressive." +
+ — Kevin Carter, Director @Rackspace +
+
+