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%; }