We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37df420 commit c6445dbCopy full SHA for c6445db
src/components/NavBar/AnimatedNavBar/DropdownContainer/dropdown.scss
@@ -58,8 +58,10 @@
58
}
59
60
.navbarItemIcon {
61
- width: 28px !important;
62
- height: 28px !important;
+ width: 100%;
+ height: 100%;
63
+ max-width: 28px;
64
+ max-height: 28px;
65
align-self: center;
66
margin-right: 5px;
67
src/components/NavBar/Navbar.js
@@ -28,7 +28,7 @@ const NavBar = memo(() => {
28
const navbarButton = navbarData.allStrapiLayout?.nodes[0].navbar?.navButton
29
30
return (
31
- <Navbar variant="dark" expand="xl" className="NavBar">
+ <Navbar variant="dark" expand="xxl" className="NavBar">
32
<Link to="/" className="NavBar__Logo">
33
{logoLight && (
34
<GatsbyImage
0 commit comments