From 895d76f6f07529ae913c61e9d5e6996e1d654071 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 4 Dec 2023 02:57:02 +0000 Subject: [PATCH] hello: Add getapp badge on landing page. --- templates/corporate/hello.html | 3 +++ web/styles/portico/hello.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/templates/corporate/hello.html b/templates/corporate/hello.html index 2072a68bde..7b69651026 100644 --- a/templates/corporate/hello.html +++ b/templates/corporate/hello.html @@ -339,6 +339,9 @@
+ + + diff --git a/web/styles/portico/hello.css b/web/styles/portico/hello.css index dce497bcf8..3e3df22a8b 100644 --- a/web/styles/portico/hello.css +++ b/web/styles/portico/hello.css @@ -581,8 +581,11 @@ ul { display: flex; justify-content: center; margin-bottom: 24px; + gap: 50px; + flex-wrap: wrap; } + .screen-5__badge-getapp img, .screen-5__badge-capterra img { opacity: 0.8; height: 128px;