Skip to content

Commit

Permalink
Add width and height classes to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wpalani committed Oct 12, 2023
1 parent bb99e14 commit 19e4141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/app-nav/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Mark = () => {
};
return (
<Button
icon={ <Brand className="wppbh-logo" /> }
icon={ <Brand className="wppbh-logo nfd-w-full nfd-h-auto" /> }
style={ { width: '160px', height: 'auto' } }
onMouseUp={ defocus }
className="logo-mark nfd-p-0"
Expand Down

0 comments on commit 19e4141

Please sign in to comment.