From 7d811591ea6f721ea092688691192ffe38938cf0 Mon Sep 17 00:00:00 2001 From: amy-corson-ibigroup <115499534+amy-corson-ibigroup@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:59:45 -0600 Subject: [PATCH] Shorten grid-gap and remove margin on example logo --- example.css | 1 - lib/components/app/app.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example.css b/example.css index afd7900f5..bcef527bc 100644 --- a/example.css +++ b/example.css @@ -15,7 +15,6 @@ .otp .navbar-title { color: #fff; font-size: 24px; - padding-top: 7px; } .otp.mobile .navbar-title { diff --git a/lib/components/app/app.css b/lib/components/app/app.css index fe1c0a916..c35529d15 100644 --- a/lib/components/app/app.css +++ b/lib/components/app/app.css @@ -62,7 +62,7 @@ .navbar .navbar-brand { align-items: center; display: flex; - gap: 35px; + gap: 25px; grid-column: 1 / span 1; width: 100%; }