Skip to content

Commit

Permalink
Reduce logo size to fix things better.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Mar 1, 2024
1 parent 33695f6 commit 358faf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { renderHTML } from '../helpers/utils';

export function BrandingHeader({ copy, assets, picsureBoxes = true }) {
const borders = { margin: '0px 10px', border: 'solid #2A5FA3 2px', borderRadius: '4px', padding: '10px' };
const maxImageWidth = { height: 'auto', maxWidth: '500px', margin: 'auto' };
const maxImageWidth = { height: 'auto', maxWidth: '350px', margin: 'auto' };

return (
<>
Expand Down

0 comments on commit 358faf4

Please sign in to comment.