From faa9109002f80c91a5bc6eb9dd44706842886e6d Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 26 Jan 2024 14:25:57 +0100 Subject: [PATCH] Merge pull request #16732 from overleaf/tm-website-redesign-small-fixes Website redesign implementing small fixes based on Markup feedback GitOrigin-RevId: 02a4b2de03b4afdab00b67448534e685d44d9f49 --- services/web/frontend/stylesheets/app/homepage.less | 7 +++++-- .../web/frontend/stylesheets/app/website-redesign.less | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/homepage.less b/services/web/frontend/stylesheets/app/homepage.less index 5ee427df28..f2e6b30c1c 100644 --- a/services/web/frontend/stylesheets/app/homepage.less +++ b/services/web/frontend/stylesheets/app/homepage.less @@ -361,11 +361,14 @@ color: #bbdbb8; font-size: 4rem; line-height: 1.25; - font-family: 'DM Mono', monospace; display: inherit; - #home-animation-text { + span { + /* specifity workaround, otherwise .website-redesign span would take precedence */ font-family: 'DM Mono', monospace; + } + + #home-animation-text { color: @neutral-70; } diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less index bf7d782ed1..8b3685b473 100644 --- a/services/web/frontend/stylesheets/app/website-redesign.less +++ b/services/web/frontend/stylesheets/app/website-redesign.less @@ -3,6 +3,7 @@ overflow-x: hidden; p, + div, h1, h2, h3, @@ -605,6 +606,10 @@ } .integrations-card { + display: flex; /* for center align */ + flex-wrap: wrap; + align-items: center; + .integrations-icons { img { width: 6rem; // 96px