Skip to content

Commit

Permalink
Added padding property to correct the alignment of the logo
Browse files Browse the repository at this point in the history
Added some gap between logo and brand name .
  • Loading branch information
kaushik-shaw authored Mar 18, 2024
1 parent d4f1ae4 commit 62699f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ body {
}
.navbar-logo {
position: absolute;
left: 20px;
left: 15px;
}
}
.navbar-nav li a::before {
Expand All @@ -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;
Expand Down

0 comments on commit 62699f3

Please sign in to comment.