Skip to content

Commit 8c27059

Browse files
committed
revert the Navbar.Brand to only 50% width
for some reason, with the `w-75` class, the "Sign In" text in the Header was being shown on two lines. Not sure why, when this wasn't happening yesterday. retested with tall and wide logos to make sure they still are contained in the given area and don't distort.
1 parent 6639c6c commit 8c27059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Header/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Header = ({ auth, linkColor, logo, navLinks, userSession }) => {
1111
return (
1212
<Navbar bg='primary' expand='md'>
1313
<Container>
14-
<Navbar.Brand className='w-75 custom-navbar-brand'>
14+
<Navbar.Brand className='w-50 custom-navbar-brand'>
1515
<Logo src={src} alt={alt} height='auto' addClass='mw-100 mh-100' />
1616
</Navbar.Brand>
1717
<Navbar.Toggle aria-controls='basic-navbar-nav'>

0 commit comments

Comments
 (0)