From 62699f3337457b900340a34f6e43332f1dec6939 Mon Sep 17 00:00:00 2001 From: kaushik-shaw <141814370+kaushik-shaw@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:56:48 +0530 Subject: [PATCH] Added padding property to correct the alignment of the logo Added some gap between logo and brand name . --- public/css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 2075bc5..82ff1dd 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -135,7 +135,7 @@ body { } .navbar-logo { position: absolute; - left: 20px; + left: 15px; } } .navbar-nav li a::before { @@ -158,8 +158,9 @@ body { } /* Make the navbar-brand text bold */ .navbar-brand { - font-weight: 750; font-size: 24px; + font-weight: bold; + padding-left: 120px; } .logo-brand { display: flex;