fix: logo max height changed
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
background: linear-gradient(180deg, rgb(var(--bs-primary-rgb)) 0%, rgba(var(--bs-primary-rgb), 0.95) 100%);
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
|
||||
.logo {
|
||||
max-height: 1.75rem;
|
||||
max-height: 2rem;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
|
||||
@@ -123,7 +123,7 @@ const Header: FC = () => {
|
||||
/>
|
||||
|
||||
<div className="d-flex justify-content-between align-items-center nav-grow flex-nowrap">
|
||||
<Navbar.Brand to="/" as={Link} className="lh-1 me-0 me-sm-3">
|
||||
<Navbar.Brand to="/" as={Link} className="lh-1 me-0 me-sm-3 p-0">
|
||||
{brandingInfo.logo ? (
|
||||
<>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user